/* GLOBAL */
/*Schriftarten


    font-family: 'IM Fell English SC', serif;

    font-family: 'IM Fell DW Pica SC', serif;


    font-family: 'Special Elite', cursive;

    font-family: 'Rye', cursive;

    font-family: 'UnifrakturMaguntia', cursive;

    font-family: 'Sancreek', cursive;

   font-family: 'Pridi', serif;

*/
body
{
        border-top:5px solid #8e402a;
        background: url("../img/background-1975874_1920.jpg");
		background-size:100%;
        font-family: 'Pridi', serif;
		
        color:#dedede;
}

input
{
		font-family:  'Pridi', serif;
        font-size: 18px;
        padding: 3px;
        outline: 0;

        width:250px;
        background: #EBE8DE;
        border-radius:5px;
}

input[type=submit]
{
        width:auto;
        padding: 5px 18px;
        line-height:20px;
        text-shadow:none;
        cursor:pointer;
        box-shadow: none;
        background: #333333;
        color: #fff;
}

p
{
		color:#fff;
        margin:5px 0;
        line-height:25px;
		font-size:18px;
}

a
{
		text-decoration:none;
        color:inherit;
        transition: color .5s ease;
	
}
a:hover
{
	color: #e56038;
}


strong
{
        font-weight:bold;
		font-size: 18px;
}

figcaption strong
{
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        margin: 10px 0;
        display:block;
}

figcaption
{
        line-height: 25px;
        font-size:16px;
        width:200px;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0;
}


/* HEADER */

header
{
		background-color: #000;
		border-radius:5px;
        position:relative;
        width:auto;
        max-width:900px;
        margin: 0 auto 20px auto;
}

header h1
{
		border-radius:5px;
        margin:30px 0 0 0;
		padding:10px 0 0 50px;
        font-size:80px;
        color:#e56038;
        font-family:'Sancreek', cursive;
}

header p
{
        font-family:'IM Fell English SC', serif;
        font-size:22px;
        color: #fff;
        margin-left:132px;
		padding-bottom: 5px;
}

nav
{
        position:static;
        right:0;
        bottom:0;
		padding-bottom:50px;
		font-family:  'IM Fell English SC', serif;


}

nav ul
{
        list-style:none;
}

nav ul li
{
        display:block;
        float:left;
        padding:3px 15px;

}

nav ul li a
{
        font-family:  'IM Fell English SC', serif;
        text-transform:uppercase;
        transition: all .25s ease;
}

nav ul li a:hover
{
        color:#fff; /*cd7f32*/
}

/*nav 2*/


#wrapper{
	position:relative;
		width:auto;
        height:auto;
        background-color:#8e402a;
		border-radius:5px;
	margin:auto;

}

#nav {

	position:relative;
	width:650px;
	margin:0 auto;
	
}

ul#navigation {
	margin:0px auto;
	position:relative;
	float:left;
	
}

ul#navigation li {
	display:inline;
	font-size:18px;
	width: auto;
	margin:0 0% 0 0;
	padding:0;
	float:left;
	position:relative;
	
	
}

ul#navigation li a {
	padding:10px 5px;
	color:#ffffff;
	z-index:1903;
	text-decoration:none;
	display:inline-block;
	background: #8e402a;
	
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li a:hover {
	background:#f8f8f8;
	color:#282828;
	
	transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	
}

ul#navigation li:hover > a {
	background:#fff;
	color: #282828;

	
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
	z-index: 1901;
	width:190px;
	background:#f8f8f8;
	box-shadow:1px 1px 3px #ccc;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
    top: 43px;
    left: 1px;

}

ul#navigation ul li ul {
    top: 0;
    left: 191px;
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
}

ul#navigation ul li a {
	background:none;
	padding:7px 15px;
	color:#8e402a;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:150px;
}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}

/*nav 2 ende*/

	
#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
}

#mobileMenu ul li
{
        display:block;
        background-color: #000;
        color: #fff;
        padding: 15px 0;
        letter-spacing: 0.1em;
		font-size: 25px;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #CC5836;
}


.toggleMobile
{
        display: none;
}


/* allgemeines */
input.hackbox {
  display:none;
}
 
/* default-Zustand */
span.volltext {
  display:none;
}
 
label.mehr_lesen {
  color:#0091D2;
}
 
label.mehr_lesen::before {
  content:" mehr";
  color:#0091D2;
}
 
/* bei gesetztem Haken */
input.mehr_lesen:checked ~ span.volltext {
  display:inline;
} 
 
input.mehr_lesen:checked ~ label.mehr_lesen::before {
  content:" weniger";
  color:#0091D2;
}


/* 3 COLUMNS */

#boxcontent
{
		background-color: #000;
		border-radius:5px;
		filter:alpha(opacity=90); /* IE */
		opacity:0.9; /* allgemein */
		-moz-opacity:0.9; /* Mozilla */
		-khtml-opacity:0.9; /* KTHML */
		-opera-opacity:0.9; /* Opera */
		
        width:auto;
        max-width:900px;
        margin:0 auto;
        padding:70px 10px 45px 10px;
}

#boxcontent article
{
        float:left;
        width:250px;
        margin-right:45px;
        font-size:18px;
		height:100%;
}

#boxcontent article h3
{
	
        font-family: 'IM Fell DW Pica SC', serif;
        font-size:25px;
        margin-bottom:10px;
        margin-left:75px;
}

#boxcontent article img
{
        float:left;
}

#boxcontent article p
{
		color:#fff;
        line-height:25px;
       /* font-family: 'Open Sans', sans-serif;*/
        margin-left:75px;
}

#slider_content1, #slider_content2, #slider_content3
{
        line-height: 25px;
       /* font-family: 'IM Fell DW Pica SC', serif;*/
        width:350px;
        position:absolute;
        top:15%;
        left:15%;
        display:none;
		z-index:50;

}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
        color:#EBE8DE;
        font-size:25px;
        font-weight:bold;
        margin-bottom:10px;
        background-color:#333333;
        padding:10px 15px;
        border-radius: 15px 0 15px 0;
        display:inline-block;

	
}

#slider_content1
{
        display:block;

}

#slider_content1 p, #slider_content2 p, #slider_content3 p
{
        margin:0 0 30px 0;
        color:#4a463b;
        background-color:#EBE8DE;
        padding:10px 15px;
        border-radius: 5px;

}

/* Kontaktformular*/

/*Formular layout*/
#form-termin{
	line-height:25px;
        clear:both;
        width:auto;
		color:#fff;
	}
	
 /* Browser Reset */
 input:invalid {
   box-shadow:none;
 }

 /* ersetzt Asterisk */
 input:required + label::after {
   content:"*";
   color:#f00;
 }
 /* nicht oder falsch ausgefuellte Felder rot markieren */
 input:focus:invalid {
   border-color:#f00;
 }
 /* richtig ausgefuellte Felder gruen markieren */
 input:required:focus:valid {
   border-color:#0c0;
 }
 /* Buttons mit grauem Gradient und runden Ecken */
 .button_form {
   background:-moz-linear-gradient(top,#fff,#ccc);
   background:-webkit-linear-gradient(top,#fff,#ccc);
   background:-ms-linear-gradient(top,#fff,#ccc);
   background:-o-linear-gradient(top,#fff,#ccc);
   background:linear-gradient(top,#fff,#ccc);
   border-radius:5px;
 }
 /* Submit-Buttons mit blauem Verlauf */
 .button_form[type="submit"] {
   background:-moz-linear-gradient(top,#0cc,#08c);
   background:-webkit-linear-gradient(top,#0cc,#08c);
   background:-ms-linear-gradient(top,#0cc,#08c);
   background:-o-linear-gradient(top,#0cc,#09c);
   background:linear-gradient(top,#0cc,#08c);
 } 


/* BUTTONS */

.button
{
        padding:7px 14px;
        border: 1px solid #c3532e;
        background-image: linear-gradient(bottom, #8e402a 0%, #995f25  100%);
        background-image: linear-gradient(to bottom, #cd7f32 0%, #d99f65  100%);
        background-color: #995f25;
        color: #000000;
        text-shadow: 1px 1px 0px #ff8155;
        text-decoration:none;
        border-radius:5px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
		
}

.button:hover
{
        background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #000;
		
}

.fb_share_button
{
		max-width: 90px;
       padding: 5px 5px 0px 5px;
        /*border: 1px solid #c3532e;
        background-image: linear-gradient(bottom, #0101DF 0%, #81BEF7  100%);
        background-image: linear-gradient(to bottom, #0101DF 0%, #81BEF7  100%);
        background-color: #81BEF7;
        color: #fff;
        text-shadow: 1px 1px 0px #000;
        text-decoration:none;
        border-radius:5px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
		*/
}

.fb_share_button:hover
{		
        background:#81BEF7;
        border-radius: 5px;
        color: #fff;
		
}

/* SPACER */

#spacer
{
        width:auto;
		min-height:70px;
        height:auto;
        background-color:#8e402a;
        position:relative;
        /*font-family:  'IM Fell English SC', serif;*/
        color:#fff;
        font-size:22px;
        z-index: 2;
		padding-left:10px;

}

#spacer p
{
        margin-top:22px;
        width:auto;
        position:absolute;
        left:50%;
        margin-left:-450px; 
}

#spacer .search
{
        margin-top:4px;
        min-width:300px;
		height: 70px;
        position:absolute;
        right: 26%;
        margin-right: 0px;
		margin-left: 600px;
		padding-right:10px;
}
 .gsc-search-button 
{
	height: 15px;
	width: 20px
}


/* FOUR COLUMNS */

#four_columns, #text_columns
{
	background-color: #000;
		border-radius:5px;
		filter:alpha(opacity=90); /* IE */
		opacity:0.9; /* allgemein */
		-moz-opacity:0.9; /* Mozilla */
		-khtml-opacity:0.9; /* KTHML */
		-opera-opacity:0.9; /* Opera */
		
        line-height:25px;
		font-size:14px;
		/*font-family:  'IM Fell English SC', serif;*/
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
		padding: 0 10px;
}

#four_columns h2, #text_columns h3
{
        font-size:20px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
}

#four_columns .img-item
{
        float:left;
        margin-right:20px;
}

#four_columns .img-item a
{
        position:relative;
        display:block;
}

.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background: #000 url("http://www.lingulo.com/tutorial-content/html5/css/img/zoom.png") center center no-repeat;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumb-screen:hover
{
        opacity:0.5;
}


/*Text über die ganze Seite*/

#full_columns
{
		background-color: #000;
		border-radius:5px;
		filter:alpha(opacity=90); /* IE */
		opacity:0.9; /* allgemein */
		-moz-opacity:0.9; /* Mozilla */
		-khtml-opacity:0.9; /* KTHML */
		-opera-opacity:0.9; /* Opera */
		
        line-height:25px;
		font-size:20px;
        clear:both;
        width:auto;
        max-width:900px;
        margin: 0 auto 0 auto;
		padding: 0 10px;
		
}

#full_columns h3
{
        font-size:25px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
}
#full_columns article.column_full
{ 	
		margin: 20px 0;
        font-size:18px;
        float:left;
        width:auto;
        max-width: 900px;
}


/* FOOTER */

footer
{
        position:relative;
        clear:both;
        width:auto;
        height:350px;
        background:#333333;
}

footer .wrapper
{
        line-height:25px;
        margin: 0 auto;
        padding-top:20px;
        width:auto;
        max-width:900px;
        font-size:16px;
}

footer .wrapper .column
{
        /*font-family: 'Open Sans', sans-serif;*/
        color:#ababab;
        float:left;
        width:280px;
        margin-right:20px;
}

footer .wrapper .column.midlist ul li
{
        display:block;
        width:auto;
        padding:0 0 5px 10px;
        margin-bottom:10px;
        border-bottom: 1px solid #444444;
       /* background:url(../img/arrowright2.png) left 6px no-repeat;*/
}

footer .wrapper .column.midlist ul li a:hover
{
        color:#fff;
}

footer .wrapper .column.rightlist ul li
{
        display:block;
        width:auto;
        margin-bottom:15px;
}

footer .wrapper .column.rightlist ul li a span
{
        margin-left:95px;
        display:block;
}

footer .wrapper .column.rightlist ul li a img
{
        transition: border .25s ease;
        float:left;
        border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover
{
        border-color: #5e5e5e;
}

footer .wrapper .column h4
{
        font-size: 20px;
        color: #fff;
        border-bottom: 1px solid #444444;
        padding: 0 0 10px 0;
        margin-bottom: 10px;
}

#copyright
{
        background: #1D1D1D;
        height:70px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:25px;
        color: #5e5e5e;
        font-size:14px;
        position:relative;
}
#copyright .wrapper .social
{
        position:absolute;
        right:0;
        top:25px;
}
#copyright .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.3;
        margin-left: 12px;
        display:block;
        float:left;
}
#copyright .wrapper .social a:hover
{
        opacity: 0.7;
}
#copyright .wrapper a
{
        color: #ABABAB;
}

#copyright .wrapper a:hover
{
        color: #fff;
}


/* SKIPLINK */
.go-top
{
        position: fixed;
        bottom:5px;
        right: 5px;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 14px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
        border-top: 0px #d6d0c1 solid;

}
#slides
{
        display: none
}

/* Center the slideshow */
.container
{
        width:auto;
        margin: 0 auto;
        position:relative;
		z-index:10;
}

/* Show active item in the pagination */
.slidesjs-pagination .active
{
        color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
        display:none;
        color:#000;
}


/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px)
{
        #slider_content1, #slider_content2, #slider_content3
        {
                width:auto;
                margin-right:50px;
        }
        #slider_content1 h2, #slider_content2 h2, #slider_content3 h2
        {
                font-size:20px;
        }
        #slider_content1 p, #slider_content2 p, #slider_content3 p
        {
                font-size:16px;
        }
        #slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
        {
                display:inline;
        }
        .container .button
        {
                display:none;
        }
		 #spacer .search
        {
                margin-top:4px;
                margin-right:-180px;

        }
}

@media (max-width: 915px)
{
	        .container
        {
                height:1px;
                top: -1500px;
        }
        header
        {
                height:auto;
        }
       
        #boxcontent article
        {
                float: none;
                margin: 30px auto 0 auto;
                width: 60%;
        }
        #spacer
        {
                font-size:20px;
				height: auto;
				min-height:70px;

        }
        #spacer .search
        {
                margin-top:4px;
                margin-right:-220px;

        }
        #spacer p
        {
                margin-left:-370px;
        }
        input
        {
                padding:4px;
                font-size:18px;
        }
        input[type="submit"]
        {
                padding: 1px 14px;
        }
        #four_columns
        {
                width: 500px;
        }
        #four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4)
        {
                margin-top: 25px;
        }
        #text_columns article.column1, #text_columns .column2
        {
                float:none;
                max-width: 500px;
                margin: 50px 30px 0 30px;
        }
        .column2 .row
        {
                float:none;
                margin:0 0 40px 50px;
        }
        footer .wrapper .column
        {
                font-size: 16px;
                width: 230px;
        }
}

@media (max-width: 765px)
{
        .container
        {
                height:1px;
                top: -1500px;
        }
        header
        {
                height:auto;
        }
       header nav
        {
				position: absolute;
                bottom: 0px;
				left: 40%;
                top:125px;
                margin-left: -184px;
				margin-top: 5px;
				
        }
        #spacer
        {
                height:auto;
				margin-bottom: 85px;
				z-index:6;
        }
        #spacer p
        {
                text-align:center;
                position:static;
                margin: 0 auto;
                padding:15px 0 7px 0;
        }
        #spacer .search
        {
                text-align:center;
                position:static;
                margin: 0 auto;
        }
        footer
        {
                padding-bottom:70px;
                height: auto;
        }
        footer .wrapper
        {
                width: 350px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 16px;
                width: auto;
        }
        footer .wrapper .social
        {
                display:none;
        }
}

@media (max-width: 500px)
{
        header
        {
            margin-top: 80px;
            text-align: center;
        }        
        #spacer
        {
                height:auto;
                padding-bottom:15px;
		/*		z-index: 5;*/
        }
        #four_columns
        {
                width:auto;
				z-index:3;
        }
        #four_columns .img-item
        {
                width: 200px;
                float:none;
                margin: 25px auto 0 auto;
        }
        #four_columns h2
        {
                margin: 0 30px;
        }
        .column2 .row
        {
                margin: 0 0 40px 10px;
                width:auto;
        }
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
        input
        {
                width:auto;
        }
         #mobileMenu
        {
                display: block;
                z-index: 9998;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 9999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #e56038;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);

                
		}
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:60px;
        }
        header p
        {
                margin-left: 60px;
                font-size:25px;
        }
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}