﻿body {
    padding:0;
    margin:0;
    font-size: 20px;
    font-family: /*'Segoe UI', Tahoma, Geneva,*/ Verdana, sans-serif;

    font-family: 'Poiret One', cursive;
}

header {
   position:inherit;
   width: 100%;
   z-index:1000;
   max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

content, section, header {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.sela-hamburger
{
    height: 68px;
    width: 68px;
    position: fixed;
    z-index:1100;
    top: 72px;
    /*padding: 4px;*/
}

.module-nav.small
{
    display:none;
}

.sela-hamburger img {
    width: 60px;
    margin: 4px;
} 

.header-small
{
    position:fixed;
}

.move-top {
    line-height: 40px;
    color: white;
    background: olivedrab;
    position: fixed;
    text-align:center;
    width: 100px;
}

.header-small .nav-logo {
    height:96px;
    border-right: solid 1px white;
    padding: 0 20px;
    padding: 1px 20px 28px 20px;
}

.nav-logo {
    height:96px;
    border-right: solid 1px white;
    padding: 0 20px;
    padding: 1px 20px 28px 20px;
}

.header-small .logo-container {
    width: 200px;
    height: 72px;
    float: left;
    border-bottom: solid 1px rgba(255,255,255,0.3);
}

.logo-container {
    width: 100%;
    height: 120px;
}

.nav-logo-out {
    height: 120px;   
    padding: 0 20px;
}

.info {
    font-size:10px;
}

content {

}

footer {
    background-color: #CCCCCC;
}

nav {
    margin: 0 auto;
}

section {
    width:100%;
    
}


@media screen and (max-width: 480px),
screen and (max-width: 360px) and (-webkit-min-device-pixel-ratio: 1.2916666666666667)
    /*screen and (max-width: 650) and (min-device-pixel-ratio: 2),
    screen and (max-width: 650) and (-webkit-min-device-pixel-ratio: 2),
    screen and (max-width: 650) and (min--moz-device-pixel-ratio: 2),*/
    /*screen and (max-width: 650) and (min-resolution: 192dpi),
    screen and (max-width: 2650) and (min-resolution: 192dpi),
    screen and (max-width: 320) and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.2916666666666667), only screen and (min-resolution: 124dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx)*/
{
    
    header {
        margin:0;
        max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
    }
    
    .sela-hamburger {
        top:0;
        width:100%;
    }

    .logo-container{
        text-align: center;
        height:200px;
    }

    .nav-logo-out {
        height: 180px;   
        padding: 8px;
    }

    .grid-1of3 {
        width:100%;
        box-sizing:border-box;
    }

    .grid-1of3.last {
        width:100%;
    }
    
    .footer-teaser {
        padding:20px;
        height:140px;
        color: white;
        border-bottom: solid 1px white;
    }

    .module-nav {
        color: white;
        font-size: 20px;
   
      
    }

    .module-nav.small
    {
        display:inline-flex;
        height: 60px;
        font-size: 14px;
        width: 100%;
    }

    .module-nav ul {
        height:100%;
        margin: 0;
        padding:0;
        
    }

    .module-nav ul li {
        display: block;
        width:100%;
        height:100%;
        border-bottom: solid 1px white;
    }

    .module-nav.small  ul li
    {
        display: inline-block;
        width: inherit;
        height:60px;
        border-bottom: none;
        padding-left: 2px;
    }

    .module-nav ul li a {
        text-decoration:none;
        color: white;
        cursor:pointer;
        padding: 0 0;
        height:72px;
        vertical-align:middle;
        display:block;
        text-align:center;
        line-height:72px;
        width:100%;
        /*border-right: solid 1px white;*/
    }

    .module-nav.small ul li a
    {
        height:68px;
        line-height:68px;
    }

    .module-text {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 32px;
        margin-right: 32px;
    }
    
}

@media screen and (min-width: 481px),
screen and (min-width: 361px) and (-webkit-min-device-pixel-ratio: 1.2916666666666667)
 {
    
    header {
        margin:0;
        height:192px;
		max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
    }

    .grid-1of3 {
        width:33%;
        float:left;
        box-sizing:border-box;
    }

    .grid-1of3.last {
        width:34%;
    }    
    .footer-teaser {
        padding:20px;
        height:140px;
        color: white;
        border-right:1px solid white;
    }

    .module-nav {
        color: white;
        font-size: 20px;
   
        height: 72px;
    }

    .module-nav ul {
        height:100%;
        margin: 0;
        padding: 0;
        border-top: solid 1px rgba(255,255,255,0.3);
         border-bottom: solid 1px rgba(255,255,255,0.3);
    }

    .module-nav ul li {
        display: inline-block;
        float:left;
        height:100%;
    
    }

    .module-nav ul li a {
        text-decoration:none;
        color: white;
        cursor:pointer;
        padding: 0 20px;
        height:72px;
        vertical-align:middle;
        display:inline-block;
        text-align:center;
        line-height:72px;
        /*border-right: solid 1px white;*/
        border-right: solid 1px rgba(255,255,255,0.3);
    }

    

    .module-text {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 72px;
        margin-right: 72px;
    }
}


.grid-1of3 a{
    text-decoration:none;
}


.module {
    /*width:100%;*/
    padding-top: 30px;
    padding-bottom: 30px;
}


.module-text .prize {
    font-size: large;
    font-weight: bold;
}

.module-image 
{
    position:relative;
    color: white;
}

.module-image.dark {
    color:black;
}

.module-image img {
    width:100%;
    
    left:0;
    top:0;
}

.module-image .text-bar {
    background-color: rgba(255,255,255,0.3);
    
    width:100%;
    min-height: 40px;
    line-height:40px;

    position: absolute;
    left: 0;
    bottom: 0;
    vertical-align:bottom;
    margin-bottom:60px;
    color: white;
    /*text-shadow: 0 1px 2px rgba(0,0,0,.6);*/

}

.module-image .title {
    position:relative;
    /*bottom: 80px;
    left: 50px;*/
    font-size: 30px;
    padding: 8px 72px 0 72px;
	
}

.module-image .title span {
	margin-left: 8px;

}

.module-image .description {
    position:relative;
    /*bottom: 50px;
    left: 50px;*/
    font-size: 20px;
    padding: 0 72px 8px 72px;
}

.footer-teaser-icon {
    float:left;
    width:100px;
    margin-right: 10px;
}
.footer-teaser-icon .flaticon-pin56:before {
        font-size: 72px;
}

.footer-teaser-icon .flaticon-email5:before {
    font-size: 72px;
}

.footer-teaser-icon .flaticon-phone41:before {
    font-size: 72px;
}

.footer-teaser-text {
    margin: 10px;
}

.footer-teaser-text a {
    color: white;
    text-decoration:none;

}

.footer-teaser  .footer-teaser-text a {
    color: white;
    font-weight: normal;
}

#carousel {
    padding-top: 0;
}

.module-carousel {
    padding-top: 1px;
}

.carousel-caption {
    width:100%;
    background-color: rgba(255,255,255,0.3);
    color: black;
    left: 0 !important;
    right: 0 !important;
    padding-top:0;
    text-shadow:none;
}