/* This CSS file is part of the HTML5 / CSS3 tutorial on http://www.lingulo.com */

/* GLOBAL */
body
{
        background:#ebe8de;
        font-family: 'Open Sans', sans-serif;
        color:white;
}

p
{
        margin:5px 0;
        line-height:25px;
}

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}
table
{
	color:white;
	margin:10px;
}
strong
{
        font-weight:bold;
}

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

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

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


/* HEADER */

header
{
        position:relative;
        width:auto;
        margin: 0 auto 0 auto;
        padding-top:5px;
        background-color: rgb(39, 72, 120);
}
header h1
{
		width:auto;
        max-width:900px;
        margin: 5px auto 0 auto;
        padding:0 0 0px 0;
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
        color:white;
}

header h2
{
		width:auto;
        max-width:900px;
        margin: 0 auto 0px auto;
        padding:0 0 10px 0;
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
        color:white;
}

nav
{
		background-image:url('../gfx/iclustersign.png');
		background-repeat:no-repeat;
		height:80px;
		width:auto;
        max-width:900px;
        margin: 0 auto 0 auto;
}

nav ul
{
		display:inline-block;
        list-style:none;
        margin-left:202px;
}

nav ul li
{
        display:block;
        float:left;
}

nav ul li a
{
        font-family: 'Open Sans', sans-serif;
        text-transform:uppercase;
        transition: all .25s ease;
        padding:18px 10px;
        display: table-cell;
        vertical-align: middle;
}

nav ul li a:hover
{
        color:rgba(255, 255, 255, 0.5);
}

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

#mobileMenu ul li
{
        display:block;
        background-color: rgb(39, 72, 120);
        color: white;
        padding: 12px 0;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid white;
}

.toggleMobile
{
        display: none;
}

/* 3 COLUMNS */

#boxcontent
{
        width:auto;
        max-width:900px;
        margin:0 auto;
        padding:30px 10px 0 10px; 
}
#boxcontent h2
{
	    font-family: 'Open Sans', sans-serif;
        font-size:20px;
        margin-left:50px;
        color:black;
}

#boxcontent article
{
        float:left;
        width:250px;
        margin-left:35px;
        margin-top:25px;
        font-size:14px;
        background-color: rgb(39, 72, 120);
        border-radius: 15px;
}
#boxcontent article h2
{
		color:white;
        font-family: 'Open Sans', sans-serif;
        font-size:20px;
        margin-top:10px;
        margin-bottom:10px;
        margin-left:15px;
}
#boxcontent article h3
{
        font-family: 'Open Sans', sans-serif;
        font-size:20px;
        margin-top:10px;
        margin-bottom:10px;
        margin-left:15px;
        position: relative;
}
#boxcontent article h3 img
{
	width:25px;
	height:25px;
	position:absolute;
	top:0;
	right:10px;
}
#boxcontent article p
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        margin-left:15px;
        margin-right:15px;
}
#boxcontent article ul
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        margin-left:15px;
        margin-right:15px;
	    padding: 0 0 0 40px;
}
#boxcontent article li
{
 	list-style:square;
}
#boxcontent article a
{
	text-decoration:underline;
}
#boxcontent article img.fullsize
{

	max-width:100%;
	min-width:100%;
	margin-top:10px;
}
#boxcontent .fullwidth
{
		width:820px;
}
#boxcontent .halfwidth
{
		width:390px;
}

#slider_content1, #slider_content2, #slider_content3, #slider_content4
{
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        width:350px;
        position:absolute;
        top:15%;
        left:15%;
        display:none;
        z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3, #slider_content4 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, #slider_content4 p
{
        margin:0 0 30px 0;
        color:#4a463b;
        background-color:#EBE8DE;
        padding:10px 15px;
        border-radius: 5px;
}
/* FORMS */
#kontaktplugin
{
	padding:10px;
}
#kontaktplugin textarea
{
	margin-top:5px;
	min-width:100%;
	max-width:100%;
	height:300px;
}
#kontaktplugin label
{
	margin-left:5px;
	font-weight:bold;
}
#kontaktplugin input[type=text]
{
	max-width: 94%;
	margin-top:5px;
}
/* BUTTONS */

.button
{
        padding:7px 14px;
        border: 1px solid #274878;
        background-image: linear-gradient(bottom, #274878 0%, #34538b 100%);
        background-image: linear-gradient(to bottom, #34538b 0%, #274878 100%);
        background-color: #274878;
        color: #EBE8DE;
        text-shadow: 1px 1px 0px #274878;
        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: #4A463B;
}
/* Top Button */
#topbutton
{
	display:none;
	position:absolute;
	margin-left:1px;
	border: 1px solid #274878;
    background-image: linear-gradient(bottom, #274878 0%, #34538b 100%);
    background-image: linear-gradient(to bottom, #34538b 0%, #274878 100%);
    background-color: #274878;
    color: #EBE8DE;
    border-radius:5px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
    transition: all .25s ease;
}
#topbutton:hover
{
    background:none #EBE8DE;
    border-color: #EBE8DE;
    text-shadow:none;
    color: #4A463B;
}
#contentwrap
{
	    width:auto;
        max-width:900px;
        margin:0 auto;
        padding-bottom:10px;
        background-color:rgba(255,255,255,0.9);
}


/* FOOTER */

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

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

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

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

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

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

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

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

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

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

#copyright
{
        background: #1D1D1D;
        height:auto;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        padding-bottom:5px;
}
#copyright .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:15px;
        color: #5e5e5e;
        font-size:14px;
        position:relative;
}
#copyright .wrapper .social
{
        position:absolute;
        right:0;
        top:10px;
}
#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;
}
#copyright .compmode
{
	 color: #5e5e5e;
}
#copyright .compmode a
{
	color: #ABABAB;
	text-decoration: underline;
}
/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
	 background-color: rgba(39, 72, 120, 0.7);
      
}
#slides
{
        display: none
}

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

/* 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:18px;
        }
        #slider_content1 p, #slider_content2 p, #slider_content3 p
        {
                font-size:14px;
        }
        #slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
        {
                display:inline;
        }
        .container .button
        {
                display:none;
        }
}

@media (max-width: 915px)
{
	    header nav
        {
                margin-left: 0px;
        }
        header nav ul
        {
        	position:relative;
              
        }
        #boxcontent article
        {
                float: none;
                margin: 10px auto 0 auto;
                width: 90%;
        }
        #boxcontent article h2
		{
        padding-top:10px;
		}
        #boxcontent article h3
		{
        padding-top:10px;
		}
		#boxcontent article h3 img
		{
        padding-top:10px;
		}
        #boxcontent .fullwidth
        {
                margin: 10px auto 0 auto;
                width: 90%;
        }
        #boxcontent .halfwidth
        {
                margin: 10px auto 0 auto;
                width: 90%;
        }
        input
        {
                padding:4px;
                font-size:14px;
        }
        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
        {
        	height:550px;	
        }
        footer .wrapper .column
        {
                
                width: 230px;
        }
}

@media (max-width: 765px)
{
		nav ul li a
		{
			font-size: 16px;
			padding:18px 5px;
		}
		nav ul
		{
		        margin-left:202px;
		}
        .container
        {
                height:0px;
                top: -1500px;
        }
        footer
        {
                padding-bottom:90px;
                height: auto;
        }
        footer .wrapper
        {
                width: 380px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 14px;
                width: auto;
        }
        footer .wrapper .social
        {
                display:none;
        }
        #copyright
        {
        	height:auto;
		}
}
@media (max-width: 685px)
{
		nav ul li a
		{
        	padding:18px 3px;
			font-size: 12px;
		}
		header h1
		{
			margin-top:10px;
			font-size: 12px;
		}
}
@media (max-width: 539px)
{
		footer
		{
			height:auto;
		}
        header
        {
            
        }
        #four_columns
        {
                width:auto;
        }
        #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: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 2px;
                right: 2px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menusign
        {
        		line-height:36px;
                display: block;
                position: absolute;
                right: 45px;
                color: grey;
                font-weight: bold;
                -webkit-transition:opacity 1.5s ease;
   				-moz-transition:opacity 1.5s ease;
   				-o-transition:opacity 1.5s ease;
   				transition:opacity 1.5s ease;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background-color: grey;
                -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.menusign
        {
        	background-color:rgba(0,0,0,0); 
    		opacity:0;			
        }
        .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
        {
              width:202px;
              height:80px;
        }
        header nav ul
        {
              display:none;
        }
        header h1
        {
        	height:80px;
			width:inherit;
        	margin-top:0px;
            margin-left:205px;
            padding-top: 30px;
            
        }
        #topbutton
		{
			position:fixed;
		}
}
@media (max-width: 382px)
{
		footer
		{
			height:1200px;
		}
		#boxcontent article h3 img
		{
        display: none;
		}
		header h1
		{
			display: none;
		}
		#copyright
        {
        	height:auto;
		}
}
/* 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%);}
}
#manualmodechangecontainer
{
	background: #1D1D1D;
	width:100%:
	height:150px;
}
#manualmodechangecontainer h1
{
	padding-top:10px;
	padding-bottom:10px;
}
#manualmodechangecontainer h1 a
{
	text-decoration: underline;
}