@font-face {
    font-family:"NixieOne";src: url("../fonts/font.ttf");
    font-family:"Avenir";src: url("../fonts/Avenir_6.ttf");
    font-family:"Avenir4";src: url("../fonts/Avenir_4.ttf");    
}
hmtl, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #105478;
    font-family: "Avenir";
}
a {
    color: #fff;
    text-decoration: none;
}
.wrapper {
    width: 1140px;
    margin: 0 auto;
}   
.wrapper_small {
    width: 960px;
    margin: 0 auto;
}
/* HEADER */
header {
    height: 100px;
    width: 1140px;
    margin: 0 auto;
    color: #777576;
    background: url(../images/pattern.png);
}
header form {
    height: 20px;
    width: 190px;
    position: absolute;
    line-height: 20px;
    margin: 65px 0 0 940px;
}

header input {
    height: 20px;
    border: none;
    outline: none;
    float:left;
}
header .search {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    line-height: 12px;
    font-size: 12px;
    width: 150px;
    box-shadow: inset 0 0 1px #000000;
}
header .submit {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background: #6196AF;
    font-family: "FontAwesome";
    line-height: 12px;
    font-size: 10px;
    color: #fff;
    font-weight: 100;
}
h1 {
    float:left;
}
    /* NAVIGATION */
    nav ul {
        list-style: none;
        padding: 0;
    }
    nav ul a {
    	float: left;
    	color: #6196af;
    	padding: 8px;
    	text-decoration: none;        padding-bottom: 0;

    }
    nav ul li {
        float: left;
        height: 32px;
        margin-top: 48px;
        border-right: 1px solid #f96522; 
        font-size: 12px;
        color: #6196af;
    }
    
    nav ul li a:nth-of-type(5) {
        border: none;
    }
    nav ul li a:hover {
        background: #FA6824;
        color: #fff;
        transition: 0.5s;
    }
    /* NAVIGATION ENDE */
/* ENDE HEADER */

/* IMAGE SECTION */
#imageSection {
    background: url(../images/headerImage.jpg);
    height: 400px;
    background-size: cover;
    background-position: top;
}
/* IMAGE SECTION ENDE */

/* AGB SECTION */
#agbSection {
    height:7112px;
    background: url(../images/pattern.png);
    padding: 25px;
}
/* AGB SECTION ENDE */

/* MAIN SECTION */
#mainSection {
    height:5250px;
    background: url(../images/pattern.png);
    padding: 25px;
}
.liPointer {
    height: 20px;
    width: 20px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    box-shadow:  0 0 2px 1px #888;
    background: #EEEEEE;
    float: left;
    margin-right: 10px;
}
h2 {
    height: 22px;
    line-height: 22px;
    margin: 0;
    color: #4B859E;
    font-weight: 100;
}
.container {
    width: 260px;
    height: 150px;
    margin-top: 25px;
    padding-right: 10px;
    background: red;
    float: left;
    color: #000;
    transition: 1s;
    box-shadow:  0 0 2px 1px #bbb;
    background: linear-gradient(to bottom, #efefef 0%,#e8e8e8 100%);
}
.container:hover {
    transition: 1s;
    background: linear-gradient(to bottom, #f29360 0%,#f76723 100%);
}
.container i{
    color: #F96522;
    font-size: 72px;
    margin: 40px 5px 0 10px;
    float: left;
}
.container h3{
    margin: 25px 0 0 0;
    color: #4B859E;
}
.container p{
    font-size: 14px;   
    //text-align: justify;
    margin: 0;
}
.first .container {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    
}
.last .container {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.postContainer {
    height: 170px; 
    width: 700px;
    margin-bottom: 25px;
}
.postContainer img {
    margin-right: 10px;
    float:left;
}
.postContainer h3 {
    margin-bottom: 0;
    color: #6196AF;
}
.postContainer p {
    margin-top: 0;   
    text-align: justify;
}
.readMoreBtn {
    background: linear-gradient(to bottom, #f29360 0%,#f76723 100%);
    width: 90px;
    position: absolute;
    height: 25px;
    padding: 0 5px;
    line-height: 25px;
    font-weight: 100;
    color: #fff;
    margin: -7px 0 0 200px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: inner 0 0 5px #888;
}
    /* SIDEBAR */
    .sidebar h2 {
        margin-top: -20px;
    }
    .checkmarkBox {
        height: 100px;
        width: 360px;
        background: url(../images/pattern.png);
        border-radius: 20px;
        padding-top: 2px;
    }
    .checkmarkBox h3 {
        margin-top: 20px;
        margin-bottom: 0;
        color: #6196af;
    }
    .checkmarkBox p {
        margin-top: 0;
    }
    .checkmarkBox img {
        float:left;
        margin: 35px 10px 10px 0;
    }

    .expressBox {
        height: 50px;
        color: #fff;
        background: #f96522;
        border-radius: 20px;
        line-height: 50px;
        font-size: 23px;
        padding: 15px;
        width: 250px;
        margin: 40px 0 0 40px;
    }
    /* SIDEBAR ENDE */
/* MAIN SECTION ENDE */

/* FOOTER SECTION */
#footerSection {
    background:#3E3C3D;
    height: 160px;
    border-top: 4px solid #f96522;
}
#footerSection a{
    color: #fff;
    text-decoration: none;
}
#footerSection ul {
    list-style: none;
    padding: 0;
    float: left;
    width: 245px;
    padding: 0 20px;
}
    #footerSection ul:nth-of-type(2) {width:265px}
    #footerSection ul:nth-of-type(3) {width:225px}
#footerSection ul li {
    height: 20px;
    color: #fff;
}
    #footerSection ul li:nth-of-type(1) {
        color: #F96522;    
    }
/* FOOTER SECTION ENDE */


/* LIGHTBOX */
.lightbox {
    width: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 8888;
    display: none;
    position: absolute;
}
.lightbox span{
	display:none;
}
.closeLightbox {
    position: fixed;
    z-index: 9999;
    display: none;
    height: 50px;
    width: 50px;
    top: 10px;
    right: 10px;
    font-size: 24px;
    border-radius: 100px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: 3px solid #fff;
}
/* LIGHTBOX ENDE */
.lpText {
}
.lpText strong {
	color: #6196af;
}
.lpText a{
	transition: 1s;
	color: #f29360;
	text-decoration: none;
}
.lpText a:hover {
	transition: 1s;
	background: rgba(0,0,0,0.0);
	color: #f29360;
}

@media (max-width: 768px) {
    select#soflow, select#soflow-color {
      -webkit-appearance: button;
      -webkit-border-radius: 2px;
      -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
      -webkit-padding-end: 20px;
      -webkit-padding-start: 2px;
      -webkit-user-select: none;
      background-position: 97% center;
      background-repeat: no-repeat;
      border: 1px solid #AAA;
      color: #555;
      font-size: inherit;
      margin: 3%;
      overflow: hidden;
      padding: 5px 2%;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 95%;
    }
  }
  
  @media (min-width: 769px) {
    select#soflow, select#soflow-color {
      -webkit-appearance: button;
      -webkit-border-radius: 2px;
      -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
      -webkit-padding-end: 20px;
      -webkit-padding-start: 2px;
      -webkit-user-select: none;
      background-position: 97% center;
      background-repeat: no-repeat;
      border: 1px solid #AAA;
      color: #555;
      font-size: inherit;
      margin: 3% 22% 3% 0;
      overflow: hidden;
      padding: 5px 2%;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
    }
  }