/* DDK Media UG (haftungsbeschr�nkt) */



@import url( 'navigation.css' );


body {
	font-family: 'Istok Web', sans-serif;
	color:#303030;
	height:100%;

}


/* general */

*,

figure
{
	font-size: 100%;
	font-family: inherit;
	font-style: inherit;
	line-height: inherit;
	vertical-align: baseline;
	border: 0;
	padding: 0;
	margin: 0;
}


/* box sizing */

*,
*::before,
*::after,
input[type='search'] /* see normalize.css */
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* font smoothing */

*, *::before, *::after
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/* svg */

svg
{
	fill: currentColor;
	vertical-align: middle;
	pointer-events: none;
}





/* killing 300ms touch delay */

html
{
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	height:100%;
}

/* list */

ul,
ol
{
	list-style: none;
}






@media all and (min-width: 768px) {
.lupe {
	font-size: 18px;
	position: fixed;
	display: inline-block;
	vertical-align: middle;

	width: 200px; height: 60px;
	top: 50px; right: 0px;

	padding-top:10px;
	padding-bottom:10px;
	color: black;
	line-height: 20px;
        text-align: center;
        z-index:100;
	}


	.lupe .btn {
	    border-radius: 3px;
	    box-shadow: none;
	    border: 1px solid transparent;
	    display: inline-block;
	    padding: 6px 12px;
	    margin-bottom: 0px;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 1.42857;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    cursor: pointer;
	    -moz-user-select: none;
	    background-image: none;

	    background-color: #F4F4F4;
	    color: #444;
	    border-color: #DDD;


    }
}

@media all and (max-width: 768px) {
.lupe {display: none;

	}


	.lupe .btn {
	    display: none;


    }
}









.content {
	     position:relative;
	     width:100%;
	     height:auto !important;
	     height:100%;
	     min-height:100%;
	     margin:0px auto -50px;
}


.pages {
	width: 100%;
 	color:#303030;
 	padding:30px 30px 80px 30px;
 	display:inline-block;


}

.pages h1{
	font-size: 2em;
 	color:#303030;

}


.page-left {
	width: 50%;
	height: 100%;
	float:left;
	color:#303030;
	font-size: 100%;


}

.page-right {
	margin: auto;
	float:left;
        width: 50%;
	height: 100%;
	background-color: #ffffff;
	font-family: 'Istok Web', sans-serif;
	color:#303030;
	font-size: 100%;

}


.page-bottom {
	clear:both;
        width: 100%;
	height: 100%;
	background-color: #ffffff;
	font-family: 'Istok Web', sans-serif;
	color:#303030;
	font-size: 100%;

}


.page-bottom p{
	padding-top: 10px;

}


.innerbox {
	border-radius: 3px;
	background: #FFF none repeat scroll 0% 0%;
	border-top: 3px solid #0a74ca;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	padding: 20px;

}


.innerbox p {
	margin-top:10px;
	margin-bottom:10px;

}

.innerbox h2 {
	font-size: 1.5em;

}


.header {
	width: 100%;
	height: 100%;
	display: block;
}


.top-header {
	padding: 0px 0;
}

.logo {

	height: 100%;
	float:left;
	background-color: #ffffff;
}

.header_right {
	margin: auto;
	text-align: center;
	background-color: #ffffff;
	font-family: 'Istok Web', sans-serif;
	color:#13589b;
	font-size: 1.5em;
}

@media all and (min-width: 768px) {
.telefon {
	text-align: right;
	background-color: #ffffff;
	font-family: 'Istok Web', sans-serif;
	color:#13589b;
	font-size: 0.8em;
	display: block;
	margin-right: 300px;
	margin-top: auto;
}
}


@media all and (max-width: 768px) {
.telefon {
text-align: center;
color:#13589b;
font-size: 1em;
display: block;
	}

}




.main {
	min-height: 100%;


	width: 100%;
	padding: 0px 0;
	background-color: #ffffff;

}


.main h1{
	font-size: 2em;
 	color:#13589B;

}



.news {
	padding:15px;
        font-size:1.5em;
        color:#303030;
        padding-bottom: 30px;
        float:left;
}

.startbild {

}








.welcome {
	width: 100%;
	padding:15px;
        font-size: 1.0em;
        color:#303030;
        padding-bottom: 30px;

}


.welcome h1 {
        font-size: 1.5em;
        color:#303030;
        font-decoration: bold;
        padding-top: 20px;
        padding-bottom: 15px;

}

.kontaktformular {
	border-radius: 3px;
	background: #FFF none repeat scroll 0% 0%;
	border-top: 3px solid #0a74ca;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);

}

.formbox {
	padding:10px;

}

.formulareingabe {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}


textarea.formulareingabe {
    height: auto;
}



.button {
padding: 6px 12px;
margin-bottom: 0px;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-moz-user-select: none;
background-image: none;
border-radius: 3px;
box-shadow: none;
border: 1px solid transparent;
background-color: #3C8DBC;
border-color: #367FA9;
color: #FFF;
}

.button:hover {
border-color: #2E6DA4;
color: #FFF;
background-color: #337AB7;
}




.google-maps {
    position: relative;
    padding-bottom: 90%; // (450 � 500 = 0.9 = 90%)
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.footer {
	width: 100%;
	height: 50px;
	background-color: #e9eaeb;
	text-align:center;
	padding:10px;
        font-size: 1.0em;
        color:#303030;
position:absolute;
bottom:0px !important;
margin:0px auto;

}




.footer a {
	color:#303030;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.header_info {
	margin: auto;
        width: 40%;
	height: 20%;
    float: left;
	text-align: center;
    border-radius: 15px;
z-index: 100 !important;
	background-color: red;
	font-family: 'Istok Web', sans-serif;
	color:white;
	font-size: 1.3em;

}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
