@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}

body {
	background-image:url('../images/body_bg.gif');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height:100%;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	color:#FFFFFF;
}
#wrapper {
	width:980px;
	margin:0 auto;
}
#header {
	background-image:url('../images/header_bg.gif');
	width:980px;
	height:167px;
	overflow:hidden;
}
#logo {
	width:240px;
	height:115px;
	padding:20px 0 0 20px;
}
#navigation {
	width:380px;
	height:80px;
	float:right;
}
#navigation ul li {
	display:inline;
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-style:italic;
	background-color:#9d0e40;
	padding:10px 15px;
	margin-right:5px;
}

#navigation ul li:hover {
	background-color:#91003d;
}
#navigation ul li.current {
	background-color:#65002b;
}

#navigation a {
	text-decoration:none;
}

#bild {
	width:980px;
	height:400px;
	background-color:#CCCCCC;
}
#content {
	background-color:#a81941;
	background-image:url('../images/content_bg.gif');
	background-repeat:no-repeat;
	background-position:top;
	min-height:390px;
}
#text {
	width:551px;
	float:left;
	margin-left:65px;
	margin-top:25px;
	margin-bottom:45px;
}
#text p, ul, ol, h3 {
	margin-bottom:15px;
}
#text ul {
	margin-left: 20px;
}
#sprechzeiten {
	float:right;
	width:220px;
	margin-right:20px;
	margin-top:25px;
}
h1 {
	font-weight:normal;
	color:#FFF;
	font-style:italic;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-weight: 300;
	font-size:33px;
	text-align:center;
}
h2 {
	font-weight:normal;
	color:#FFF;
	font-style:italic;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-size:20px;
}
.trenner {
	background-image:url('../images/trenner.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width:551px;
	height:29px;
	margin:10px 0;
}
p { 
	font-size:14px;
	line-height:21px;
}
#footer {
	width:980px;
	height:40px;
	background-color:#a81941;
	margin-top:15px;
}
#footer-text{
	float:right;
	font-size:13px;
	padding:10px;
}
#sprechzeiten table td {
	vertical-align:top;
	font-size:13px;
	font-style:italic;
	padding-top:10px;
}
.big {
	font-size:20px
}
.teamimg {
	width:220px;
	margin-right:20px;
	float:left;
}
.teamtxt {
	float:left;
	margin-top:15px;
}

@media screen and (max-width: 980px) {
    #wrapper {
        width: 100%;
        margin: 0;
    }

    #header {
        width: 100%;
        height: auto;
        overflow: visible;
        background-size: cover;
    }

    #logo {
        width: auto;
        height: auto;
        padding: 5px;
        text-align: center;
    }

    #logo img {
        max-width: 150px;
        height: auto;
    }

    #navigation {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
        text-align: center;
        padding-bottom: 20px;
    }
    
    #navigation ul li {
        display: inline-block;
        margin: 5px;
        float: none;
    }

    #bild {
        width: 100%;
        height: 0;
        padding-bottom: 40.816%; /* Aspect ratio: 400px / 980px */
        position: relative;
    }
    
    #bild iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* Override AnythingSlider fixed dimensions */
    .anythingSlider {
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0;
        left: 0;
        padding: 0 !important;
    }
    
    .anythingWindow {
        width: 100% !important;
        height: 100% !important;
    }

    #slider {
        width: 100% !important;
        height: 100% !important;
        list-style: none;
    }
    
    #slider li {
        width: 100% !important;
        height: 100% !important;
    }
    
    #slider img {
        width: 100% !important;
        height: 100% !important;
        display: block;
        object-fit: cover;
    }
   

    #content {

        min-height: auto;
        background-size: cover;
    }

    #text {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding: 20px;
		margin-top: 0px;
		margin-bottom: 2px;
    }

    #sprechzeiten {
        width: auto;
        float: none;
        margin-right: 0;
        padding: 20px;
        margin-top: 0;
    }

    .trenner {
        width: 100%;
        background-size: contain;
    }

    #footer {
        width: 100%;
        height: auto;
		margin-top: 2px;
    }

    #footer-text {
        float: none;
        text-align: center;
        padding: 10px;
    }

    .teamimg {
        float: none;
        margin: 0 auto 20px auto;
        display: block;
        max-width: 100%;
    }
    
    .teamtxt {
        float: none;
        width: auto;
        padding: 0 20px;
    }
}

	
	