
/*Allgemeine Formatierung*/

a:link {text-decoration: none; color: #424242; font-weight: 600; text-decoration: none;}
a:hover {text-decoration: underline; color: #000; text-decoration: underline;}
a:visited {text-decoration: none; color: #000; text-decoration: none;}

hr { 
   color: #F00;
   background-color: #DFDFDF;
   height: 1px;
   border: none;
   clear: both;
}

h4 { font-size: 16px;}

.blue { color: #427895;}
.grey { color: #363636;}
.floatl { float: left;}
.floatr { float: right;}
.floatn { float: none;}
.margin-top10 { margin-top: 10px;}
.margin0 {margin: 0 auto;}
.margin-top {margin-bottom: 80px !important;}
.tb { position: absolute;	width: auto; height: auto; text-align: end; margin-right: 2px; margin-bottom: 2px; bottom: 2px; right: 2px;}
.mha { margin-top: -5px;}
.align-center{align-content: center;}

body {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
  color: #343434;
  background: -moz-linear-gradient(133deg, rgba(214,214,214,1) 0%, rgba(242,242,242,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(214,214,214,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(133deg, rgba(214,214,214,1) 0%, rgba(242,242,242,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(133deg, rgba(214,214,214,1) 0%, rgba(242,242,242,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(133deg, rgba(214,214,214,1) 0%, rgba(242,242,242,1) 100%); /* ie10+ */
  background: linear-gradient(317deg, rgba(214,214,214,1) 0%, rgba(242,242,242,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F2F2', endColorstr='#D6D6D6',GradientType=0 ); /* ie6-9 */
  top:        0;        /* NN4 */
  left:       0;        /* NN4 */
  margin:     0;        /* Moderne Browser*/
  padding:    0;        /* Opera UASS */
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

img, embed, object, video {
  max-width: 100%;
  height: auto;
  width: auto;
}

iframe {
  max-width: 100%;
  max-height: 600px;
  margin-bottom: 15px;
  margin-top: 15px;
}

input, select, textarea {
    padding: 3px 0;
    color: #999999;
	max-width: 220px;
    border: 1px solid #d9d9d9;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 10px #eee inset;
    -moz-box-shadow: 0 0 10px #eee inset;
    -webkit-box-shadow: 0 0 10px #eee inset;
    -ms-box-shadow: 0 0 10px #eee inset;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
	margin-right: 15px;
}

textarea {
	min-width: 450px;
}

.mr0 {margin: 0 auto;}
.w2 {width: 100px; margin-top: 15px;}


/*Seitenelemente*/

#tops {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position: relative;
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	border: 1px solid #F1F1F1;
	background: #FBFBFB;
	padding: 1px;
	margin: 20px auto;
}

#tops hr { width: 80%; float: left;}

.top1 {
	float: left;
	position: relative;
	width: 25%;
}

#sidebarr {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position: relative;
	float: right;
	width: 22%;  /* 22 */
	min-width: 248px;  /* 229 */
	height: auto;	
	border: 1px solid #F1F1F1;
	background: #FBFBFB;
	padding: 1px;
}

#Content {
	position: relative;
	width: 73%; /* 73 */
	height: auto;
	float: left;
	overflow-x: hidden;
}

.Text-Box1 {
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
	position: relative;
	width: 99%;
	height: auto;
	margin: 0 auto;
	border: 1px solid #F1F1F1;
	background: #FBFBFB;
	margin-bottom: 15px;
}

.Text-Boxblank {
	position: relative;
	width: 99%;
	height: auto;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.Text-Boxblankl {
	position: relative;
	width: 40%;
	height: auto;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 15px;
	float: left;
}

.Text-Boxblankr {
	position: relative;
	width: 50%;
	height: auto;
	text-align: right;
	margin: 0 auto;
	margin-bottom: 15px;
	float: right;
	padding-top: 15px;
}

.Text-Boxblank img {
	margin-right: 5px;
}

#Text-Box2 {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position: relative;
	width: 99%;
	height: auto;	
	border: 1px solid #F1F1F1;
	background: #FBFBFB;
	margin: 0 auto;
	margin-bottom: 15px;
}

.ort {
	width: 18%;
	padding: 1%;
}

#anzeigefooter {
	position: relative;
	width: 500px;
	height: auto;
	float: left;
	bottom: 5px;
	margin-bottom: 5px;
	margin-top: 40px;
}

.plz { position: relative; margin: 0 auto;}

plr { width: 99%; margin: 0 auto; position:relative;}

wrapper {overflow-x: hidden;}
 
.Text-boxcon{
	position: relative;
	width: 100%;
	height: auto;
	color: #fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #427895;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DE9133', endColorstr='#F7A239',GradientType=1 ); 
	margin: 0px 0px 20px;
	padding: 1px 0px 1px 0px;
}

.btnl, .submit{
  box-shadow: 0 0 0px #eee inset;
  -moz-box-shadow: 0 0 0px #eee inset;
  -webkit-box-shadow: 0 0 0px #eee inset;
  -ms-box-shadow: 0 0 0px #eee inset;
  font-family: Arial;
  color: #424242;
  font-size: 14px;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
  z-index: 4;
  width: auto;
  position: relative;
  -webkit-transition: background 0.5s ease, color 0.5s, border 0.5s ;
  -moz-transition: background 0.5s ease, color 0.5s, border 0.5s ;
  -o-transition: background 0.5s ease, color 0.5s, border 0.5s ;
  transition: background 0.5s ease, color 0.5s, border 0.5s ;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #F3F3F3;
  background: #F3F3F3;
}

.btnl:hover, .submit:hover {
  background-color: rgba(200, 200, 200, 0.4);
  background: rgba(200, 200, 200, 0.4);
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background: #7C7C7C;
}

#login {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 0px;
  z-index:5;
  background: #427895;
  clear: both;
  text-align: right;
}

#logininput{
  max-width: 1060px;
  width: 95%;
  margin: 0 auto;
  padding: 8px 0px 1px 0px;
  color: #fff;
  font-weight: 600;
}

#suche {
  width: 100%;
  margin: 0px auto;
  position: relative;
  top: 0px;
  z-index:5;
  clear: both;
  text-align: center;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  height: auto;
  background: #427895;
  margin-bottom: 15px;
  color: #fff;
}

#suchefeld{
  max-width: 1060px;
  width: 95%;
  margin: 0 auto;
  padding: 8px 0px 1px 0px;
  font-weight: 600;
}

#header {
	margin: 0 auto;
	max-width: 1060px;
	position: relative;
	width: auto;
}


.textfeld-oben-rechts {
	margin: 0 auto;
	width: 50%;
	float: right;
}

.textfeld-oben-links {
	margin: 0 auto;
	width: 50%;
	float:left;
	padding-top: 30px;
}

#main { 
  margin: 30px auto;  
  background: #fff; 
  width: auto; 
  max-width:1060px;
  padding: 2%;
  border: 20px solid #F7F7F7;
  height: auto;
  min-height: 600px;
  position:static;
  z-index: 3;
  overflow-x: hidden;
}

Logo {
  float: left;
  margin: 0 auto;
  position:relative;
  z-index: 11;
  width: 177px;
  padding-top: 10px;
  -webkit-transition: width 0.5s ease, padding-top 0.5s ;
  -moz-transition: width 0.5s ease, padding-top 0.5s ;
  -o-transition: width 0.5s ease, padding-top 0.5s ;
  transition: width 0.5s ease, padding-top 0.5s ;
}

menubalkenmob {
  height: 0px;
  width: 0px;  
}
#Logomob {
  visibility: hidden;
  width: 0;
}

.anzeigenmain  {
	position: relative;
	width: 99%;
	height: auto;
	margin: 0 auto;
}

.anzeigenmain a:link {color: #424242; text-decoration: none;}
.anzeigenmain a:hover {text-decoration: underline;}
.anzeigenmain a:visited {color: #424242; text-decoration: none;}

#anzeigenbox { 
  margin: 3px 3px 3px 3px;  
  background: #fff; 
  padding: 1%;
  border: 1px solid #F7F7F7;
  height: auto;
  position: relative;
  z-index: 3;
  float: left;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.39);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.39);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.39);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -kthtml-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

#anzeigenbox h4 { text-align:center;}

#anzeigenbox:hover { 
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.63);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.63);
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.63); 
}

.an1 {width: 100%;}
.an2 {width: 46.9%; min-height: 150px; max-height: 150px;}
.an3 {width: 30.2%; min-height: 160px; max-height: 160px;}
.an4 {width: 21.9%; min-height: 320px; }

.an-con{
	position: relative;
	width: auto;
	min-height: 160px;
	color: #fff;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

/*Footer- Elemente*/
#footer {
  margin: 0px auto;
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  background: #F8F8F8;
  border-top: 20px solid #427895;
  bottom: 0px;
}

#footer h5 {
	text-transform:uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

#footermain {
  margin: 0px auto;
  position: relative;
  z-index: 4;
  width: 98%;
  height: auto;
  max-width: 1060px;
  padding: 0px 1% 5% 1%;

}

#footerbox {
	width: 25%;
	position: relative;
	float: left;
}

#footerboxcopy {
	padding: 10px 0px 10px 0px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

table a:link {
	color: #424242; text-decoration: none; font-weight: 500; font-size: 14px;  font-weight: 600;
}

table a:hover {
	color: #000; text-decoration:underline;
}

table a:visited {
	color: #424242;
}

.flink ul  {
	display: inline-block;
}

.flink a:link {
	color: #424242; text-decoration: none; font-weight: 600;
}

.flink a:hover {
	color: #000; text-decoration:underline;
}

.flink a:visited {
	color: #424242;
}

.clear {
	clear: both;
}

.clearl {
	clear: left;
}

top-btn {
	height: auto;
	width: auto;
	background: #424242;
	position: fixed;
	color: #fff;
	right: 0px;
	bottom: 100px;
	border-radius: 4px 0px 0px 4px;
	text-align: center;
	padding: 5px 10px 10px 10px;
	font-size: 30px;
	font-weight: 500;
	z-index: 99;
}
.remove {
	opacity: 0;
	-moz-transition: opacity .25s linear, visibility .1s linear .5s;
	-webkit-transition: opacity .25s linear, visibility .1s linear .5s;
	-o-transition: opacity .25s linear, visibility .1s linear .5s;
	transition: opacity .25s linear, visibility .1s linear .5s;
	visibility: hidden; 
}
.show {
	opacity: 1; 
	-moz-transition: opacity .25s linear, visibility .1s linear .5s;
	-webkit-transition: opacity .25s linear, visibility .1s linear .5s;
	-o-transition: opacity .25s linear, visibility .1s linear .5s;
	transition: opacity .25s linear, visibility .1s linear .5s;
	visibility:visible;
}

top-btn:hover {
  background: #646464;
  text-align: center;
	padding: 5px 13px 10px 10px;
  -webkit-transition: background 0.25s ease, padding 0.25s ;
  -moz-transition: background 0.25s ease, padding 0.25s ;
  -o-transition: background 0.25s ease, padding 0.25s ;
  transition: background 0.25s ease, padding 0.25s ;
  cursor: pointer;
}

/*Navigation*/
#menubalken{
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 0px 0px 2px 2px;
  height: auto;
  margin: 0 auto;
  background: #fff;
  z-index: 99;
  opacity: 0.9;
  position:relative;
  -webkit-transition: position 1.9s, top 1.9s; /* Safari */
  transition: position 1.9s, top 1.9s;
  position:relative;
}


.fixed{
  position:fixed !important;
  top:0px !important;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.29);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.29);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.29);
  border-bottom: none;
}


#cssmenu {
  font-family: Montserrat, sans-serif;
  line-height: 15px;
  font-weight: 400;
  color: #000;
}
#cssmenu > ul {
  text-align: center; 
  font-size: 16px;
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu ul li ul li {
  text-align: left;	
  font-size: 14px;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #DADADA;
  border-bottom: 3px solid #DADADA;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('../gfx/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -155%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #424242 url('../gfx/caret.png') no-repeat;
  background-position: 90% 195%;
}
#cssmenu > ul li a {
  display: block;
  padding: 14px 24px 13px 24px;
  text-decoration: none;
  color: #747474;
  text-shadow: 0px 1px 0px #fff;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #424242;
  color: #fff;
  text-shadow: 0px 1px 0px #000;
}


@media (max-width:1128px) {
.an1 {width: 97%; float: none;}
.an2 {width: 97%; float: none;}
.an3 {width: 97%; float: none;}
.an4 {width: 97%; float: none;}
}

@media (max-width:968px) {
#anzeigenbox { 
  float: none;
  min-height: 100px;
}

textarea {
	min-width: 90%;
}

.anzeigenmain { 
  position:relative;
  margin: 15px auto;
  width: 99%;
  margin-left: 0px;
}

.an1 {width: 98%; max-width: 98%; float: none;}
.an2 {width: 98%; max-width: 98%; float: none;}
.an3 {width: 98%; max-width: 98%; float: none;}
.an4 {width: 98%; max-width: 98%; float: none;}

.top1 {
	width: 100%;
	float: none;
}

#suche { width: 100%;}	

#logininput{ text-align: left;}

.btnl{
  margin: 0px 0px 0px 10px;
}

#tops hr { float: none; width: 100% }

#sidebarr {
	float: none;
	width: 100%;
}

#Content {
	width: 100%;
	float: none;
}

.textfeld-oben-links {
	float: none;
	width: 95%;
	margin: 0 auto;
	text-align:center;
}

.textfeld-oben-rechts {
	float: none;
	width: 95%;
	margin: 30px auto;
	text-align:center;
}
}

@media (max-width: 900px) {
#footerbox { float: none; margin: 30px auto; width:96%; text-align: center; clear:both;}

  #cssmenu > ul {
    width: 100%;
	text-align: left;
}
  #cssmenu ul li ul li a:link {
	text-align: left;	
}

  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('../gfx/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #424242;
  }
  #cssmenu > ul li {
    display: none;
  }

  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
  #cssmenu ul li ul li a:link {
  margin-left: 30px !important;
}

#cssmenu > ul li.has-sub > a {
  background-image: none;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background-image: none;
}

}

@media (min-width: 900px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}

@media (max-width:720px) {
.inpcl {
    padding: 3px 0;
    color: #999999;
	width: 99% !important;
    border: 1px solid #d9d9d9;
    outline: none;
    position: relative;
    z-index: 2;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
	display: block;
	max-width: 100%;
}

.an1 {width: 97%; float: none;}
.an2 {width: 97%; float: none;}
.an3 {width: 97%; float: none;}
.an4 {width: 97%; float: none;}

label { width:100%;}

select, input { margin-bottom: 10px;}

.inpcl, .mr0 { 
	width: 100% !important;
	position: relative;
	text-align: left;
	margin-bottom: 15px;
	clear:both;
}
#suche {
  text-align: left;}
#logininput {
  text-align: left;}

#main {  border: 5px solid #F7F7F7;}

.btnl, .submit, .w2{
	margin: 0px auto;
	float: none;
	text-align:center;
  	padding: 4px 20px 4px 20px;
	width: 100% !important;
}
.w2 {margin-bottom: 15px;margin-top: 15px; }
.Text-Boxblankr { width: 95%; float: none; text-align: center;}
.Text-Boxblankl { width: 95%; float: none; margin-bottom: 0px;}

}
@media (max-width:467px) {
.ot a:link { font-size:12px;}
.an1 {width: 96%; float: none;}
.an2 {width: 96%; float: none;}
.an3 {width: 96%; float: none;}
.an4 {width: 96%; float: none;}

}
