/*** GLOBAL ***/

::selection
    {
        color:      #000000;
        background: #ffdd00;
    }
::-moz-selection
    {
        color:      #000000;
        background: #ffdd00;
    }

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_probold_italic';
    src: url('../fonts/sourcesanspro-bolditalic-webfont.eot');
    src: url('../fonts/sourcesanspro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bolditalic-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bolditalic-webfont.svg#source_sans_probold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#746c70;
	font-family: 'source_sans_proregular';
	font-size:14px;
	}

body{
	padding: 0;
}

/*  RWD  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

.ptime{
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	width:530px;
	height:20px;
	top: 120px;
	color:#000000;
	font-weight:bold;
	font-size:18px;
	letter-spacing: 1px;
	text-align:left;
	border-radius:5px 5px 0 0;
}

.ptime .phone{
	height: 19px;
	padding-left: 25px;
	font-weight: bold;
	float: none;
    background:url(../images/icon_phone.png) no-repeat scroll 0% -2px transparent;
}

#wrapper{
	position:relative;
	margin:0 auto;
    background-color:#FFF;
	padding:0 27px;
	width:898px;
	box-shadow:0 0 13px #333;
	}

a {
    font-family: 'source_sans_probold_italic';
	text-decoration:none;
	color:#000000;
	}

img{
	border: 1px solid #dddddd;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

table{
	margin: 0 0 28px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.cntr{
	text-align: center;
}

.tcntr{
	text-align: center;
}

.sclr{
	clear: both;
}

.clr{
	clear: both;
	width: 100%;
	height: 0;
	font-size: 0;
	text-indent: -9999;
}

.yellow{
	width: 100px;
	color: #ffdd00;
	float: left;
}

.color-yellow{
	color: #ffdd00;
}

/*** Navigation ***/

nav.mod_navigation.block{
	position: relative;
	width: 900px;
	height:70px;
	background-color:#ffdd00;
	overflow: visible !important;
		}

nav ul,nav li {
	margin:0;
	padding:0;
	list-style:none;
	}

nav li{
	/*width:148px;*/
  width:178px;
	height:70px;
	border-left:2px solid #ffffff;
	float:left;
	overflow:visible;
	}

nav li:first-child{
	border-left:none;
	}

nav a, nav span{
	display:block;
	height:45px;
	width:100%;
	padding-top:25px;
	text-align:center;
	font-size:18px;
    font-family: 'source_sans_prosemibold';
	text-decoration:none;
	color:#000000;
	}

nav a:hover, nav span{
	background:#ffe066;
}

nav ul li a *{
  float: left;
}

nav ul li a.submenu{
  position: relative;
}

nav ul li a.submenu:after{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
  display: block;
  margin: 0 1em;
  float: right;
  content: "+";
  transition: all .5s ease;
}

nav ul li a.submenu.active-sub:after{
  transform: translateY(-40%) rotate(45deg);
}

nav ul li ul{
	width:182px;
	margin-left: -2px;
	display:none;
	z-index:52;
	position:absolute;
	}

nav ul li ul li{
	width:182px;
	background:#ffdd00;
	border-top:2px solid #ffffff;
	border-left:0;
	height:40px;
	}

nav ul li ul li a, nav ul li ul li span{
	padding:8px 0;
	height:24px;
	}

.submenu .ptime{
	display: none;
}

/*** Header ***/

header{
	position:relative;
	height:298px;
	width:896px;
  max-width: 100%;
	margin-top:50px;
	z-index:50;
	border: 1px solid #dddddd;
	clear: both;
	}

.pfeil_links{
	position:absolute;
	top:160px;
	height:32px;
	width:33px;
	left:10px;
	}

.pfeil_rechts{
	position:absolute;
	top:160px;
	height:32px;
	width:33px;
	right:10px;
	}

#diashow{
    height: 298px;
    overflow: hidden;
}

#diashow img, header img{
	border: none;
}

#diashow .slider-1{
	border-radius:0 !important;
}
#diashow .prev{
	left:10px;
}
#diashow .next{
	right:10px;
}

.default .flexslider{
    border:none;
    height: 300px;
}

.default .flex-direction-nav li a {
    background:url(../images/bg_direction_nav.png) no-repeat scroll 0% 0% transparent;
}
.default .slider-wrapper {
    position: relative;
    padding: 0px 0px 0px;
    overflow: visible;
}
.default .flex-control-nav li a {
    width: 0px;
    height: 0px;
    background:none;
}


#logo{
	position:relative;
	width:369px;
	height:135px;
	padding: 10px 0;
	float: right;
	}

#logo a{
	display: block;
	height: 146px;
}

.bnone, .bnone img, #logo img, footer img, #dasgehoer img{
	border: none;
}

/*** Content ***/

#content{
	margin:50px 12px 0;
	}

.newsbox{
	width:874px;
	padding-bottom: 25px;
	}

.newsbox h2{
	width: 255px;
	float: right;
	margin: 0 0 20px;
	line-height:16px;
}

.newsbox h2 a{
	color: #000000;
	font-weight: normal;
}

.newsbox p.more{
	display: none;
	}


.layout_latest{
	width: 425px;
}

.info{
	display:none;
	}

figure{
	margin:0 20px 0 0;
	float:left;
	}

.teaser p{
	margin:0 0 30px;
	}

.more{
	margin: 0;
	}

.mod_newsreader{
	width:710px;
}

.mod_newsreader .layout_full{
	float:none;
}

.mod_newsreader p{
	margin:0 0 28px;
}

.ot{
	width: 670px;
	margin: 0 auto;
	padding: 10px 20px;
	border: 1px solid #dddddd;
}


/*** Footer ***/

footer{
	background-image:url(../images/footer.jpg);
	height:138px;
	width:952px;
	margin: 25px 0 0 -27px;
	}

#logo_kinder{
	position:absolute;
	right:27px;
	bottom:-6px;
	}

#impressum{
	position:absolute;
    left: 435px;
	bottom:30px;
    text-align: right;
	}

.top100{
	position:absolute;
	left:31px;
	bottom:0;
	}

.geprueft{
	position:absolute;
	left:175px;
	bottom:0;
	}

#impressum a{
	color:#000;
	font-family: 'source_sans_proregular';
	}

#impressum a:hover{
	text-decoration:underline;
	}

.mob{
  display: none;
}

.sampleClass{
  float: left;
}

/* cookie */
.cc-window{
  position: relative !important;
  font-size: 100% !important;
}

/*  BREAKPOINTS */
@media only screen and (max-width: 1000px) {
  .mob{
    display: block;
  }
  .sampleClass{
    float: none;
  }
  html, body{
    padding: 0;
    font-size: 100%;
    line-height: 120%;
  }
  h1, h2, .newsbox h2, h3, h4, h5{
    line-height: 120%;
  }
  img{
    max-width: 100%;
    height: auto;
  }
  #content img{
    max-width: 98%;
  }
  #wrapper{
    width: 100%;
    padding: 2em 2em 0;
    box-sizing: border-box;;
    overflow-x: hidden;
  }
  header, #diashow, .default .flexslider, nav.mod_navigation.block, nav li, .ptime, nav a, nav span, nav ul li ul li, nav ul li ul li a, nav ul li ul li span, header .mod_article, .newsbox, .layout_latest, .ot, footer, iframe{
    max-width: 100%;
    height: auto !important;
    box-sizing: border-box;
  }
  iframe{
    min-height: 300px;
  }
  header figure{
    margin: 0;
  }
  header figure img{
    display: block;
  }
  nav ul li{
    display: none;
  }
  nav ul li.mob, body.noJS nav ul:hover li{
    display: block;
  }
  nav ul li.mob a:hover{
    background: #ffdd00;
  }
  nav ul li ul{
    margin: 0;
  }
  nav ul li:hover ul{
    display: none;
  }
  nav ul li ul li.first{
    border-top: 2px solid #fff;
  }
  body.active-nav nav ul li.mob, body.active-nav nav ul li.mob a:hover{
    background: #999999;
  }
  body.active-nav nav ul li.mob a, body.active-nav nav ul li.mob:hover a{
    color: #fff;
  }
  nav ul li ul li.mob{
    display: none;
  }
  body.leistungen nav ul li ul{
    display: block;
  }
  nav ul li a.submenu:after{
    transform: translateY(-50%);
  }

  nav ul li a.submenu.active-sub:after{
    transform: translateY(-50%) rotate(45deg);
  }
  nav li, nav ul li ul li, .ptime{
    width: 100%;
    border-top: none;
    border-bottom: 2px solid #fff;
    border-left: none;
    float: none;
  }
  nav ul li ul li.last{
    border-bottom: none;
  }
  nav ul li ul, nav ul li ul li{
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  nav a, nav span, nav ul li ul li a, nav ul li ul li span{
    display: block;
    padding: 1em 0;
    box-sizing: border-box;
  }
  nav ul li ul li{
    background: #dddddd;
  }
  .ptime{
    display: block;
    position: relative;
    top: 0;
    padding: 1em;
    text-align: center;
    color: #000;
    background: #fff;
    border-radius: 0;
    box-sizing: border-box;
  }
  .ptime *{
    display: inline-block;
    color: #000;
    float: none;
  }
  #logo{
    width: 100%;
    text-align: center;
  }
  #content{
    margin: 50px 0 0;
  }
  .default .flex-direction-nav li a{
    margin: 0;
    transform: translateY(-50%);
  }
  .layout_latest{
    width: 50%;
    margin-bottom: 1em;
    padding: 2em 0 2em 20px;
    box-sizing: border-box;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .layout_latest:first-child{
    border-bottom: none;
  }
  .layout_latest.first{
  }
  figure, .newsbox h2{
    width: auto;
    float: none;
  }
  footer{
    position: relative;
    width: 100%;
    margin: 2em auto 0;
    padding-bottom: 3em;
    background: none;
  }
  footer:before{
    display: block;
    position: absolute;
    left: -50%;
    width: 200%;
    height: 100%;
    content: '';
    background:url(../images/footer.jpg) no-repeat top right #ffdd00;
    background-size: contain;
  }
  footer #logo_kinder, footer #impressum{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
  }
  footer > a{
    display: block;
    position: relative;
    width: 50%;
    margin: 0 auto !important;
    text-align: center;
    float: left;
  }
  #impressum{
    margin: 2em 0;
  }
  #impressum a{
    display: inline-block;
    width: auto;
  }
  footer a img{
    display: inline-block;
    margin: 0 auto;
    margin-left: 0 !important;
  }
  .top100{
    position: relative;
    left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .col{
    margin: 1% 0 1% 0%;
  }
  .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
    width: 100%;
  }
  .layout_latest{
    width: 100%;
    padding-left: 0;
  }
}
