body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 125px;
    font-size: 16px;
    font-weight: 100;
}

textarea {
    resize: vertical;
}

#get {
    background: url(http://http-get.de/get.gif) no-repeat;
}

.content-main {
    min-height: 700px;
}

.content-main h1 {
    margin: 5rem 0;
}

@media screen and (max-width:900px) {
    .content-main h1 {
        margin: 1.75rem 0;
    }
}

.navbar-default {
    background-color: #dee9fb;
    border: none;
    border-radius: 0;
    min-height: 100px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.10), 0 3px 3px rgba(0,0,0,0.14);
}

.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    padding-top: 35px;
    margin-top: 7px;
}

.navbar-default .navbar-nav > li > a {
    color: #161525;
    font-size: 15px;
    font-weight: 600;
}

.navbar-brand img {
    max-width: 200px;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 400px;
}

@media (max-width: 1200px) {
    body {
        padding-top: 100px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 20px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-nav > li > a {
        line-height: 14px;
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 530px;
    }
    .navbar-brand img {
        max-width: 150px !important;
        position: absolute;
        top: 20px;
    }
    .navbar-default {
        min-height: 75px !important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }
    .navbar-default .navbar-nav > li > a {
        border-bottom: 1px #2C4A79 dashed;
    }
}

.top-bar {
    background-color: #2C4A79;
    color: #fff;
    height: 25px;
}

.top-bar a { 
    color: #fff;
    transition: all .4s;
    font-size: 15px;
}

.top-bar a:hover { 
    color: #dee9fb;
    text-decoration: none;
}

.content-blue {
    background-color: #dee9fb;
    color: #161525;
    padding: 5rem 0;
}

.text-blue {
    color: #2C4A79;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-weight: 100;
} 

.home-reihe-1 {
    margin-top: 125px;
    text-align: center;
}

.home-reihe-1 i {
    color: #2C4A79;
}

.home-reihe-1 p {
    font-size: 17px;
    font-weight: 100;
}

.home-reihe-1 .heading {
    font-size: 24px;
    margin-top: 50px;
    font-weight: 500;
}

.home-reihe-1 .item {
    margin-bottom: 100px;
}

.home-reihe-1 .heading:after {
    content: '';
    height: 2px;
    width: 7px;
    background: #161525;
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.home-reihe-2 {
    margin-top: 50px;
    margin-bottom: 100px;
}

.home-reihe-2 .thumbnail {
    background-color: transparent;
    border: 2px solid transparent;
    position: relative;
    min-height: 350px;
    transition: all .3s;
}



.home-reihe-2 .thumbnail .caption {
    padding: 0;
}

.home-reihe-2 .thumbnail .caption h3 {
    font-size: 21px;
    font-weight: 600;
    color: #2C4A79;
}

.home-reihe-2 .thumbnail .caption .text {
    font-size: 15px;
    font-weight: 100;
}

.home-reihe-2 .thumbnail img {
    border: 2px #2C4A79 solid;
}

.btn-default {
    border-radius: 5px;
    color: #919191;
    transition: all .3s;
}

.btn-default:hover {
    border-color: #2C4A79;
    background-color: transparent;
    color: #2C4A79;
    box-shadow: 0 5px 10px rgba(0,0,0,0.10), 0 2px 2px rgba(0,0,0,0.10);
}

.footer-main {
    padding: 4rem 0;
    background-color: #2C4A79;
    border-top: 10px #dee9fb double;
    color: #fff;
    min-height: 250px;
    font-size: 20px;
    font-weight: 100;
}

.footer-main a {
    color: #fff;
    transition: all .3s;
}

.footer-main a:hover {
    color: #dee9fb;
    text-decoration: none;
}

.wpt img {
    max-width: 150px;
}

.powered-by {
    font-size: 16px;
    font-weight: 700;
}

.powered-by small {
    font-size: 10px;
}

.wpt-adress {
    font-size: 13px;
}

.satzung li {
    padding: 8px 0;
}

.satzung h3 {
    color: #2C4A79;
    font-weight: 600;
}

.satzung h3:after {
    content: '';
    height: 2px;
    width: 30px;
    background: #2C4A79;
    display: block;
    margin-bottom: 25px;
    margin-top: 10px;
}

.map {
    width: 100%;
    position:relative;
    height:300px;
}
.map:before {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    content:'';
    z-index: 1;
}

.map iframe {
    position:absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    border:none;
}

.map.active {
    z-index:1
}   

.map.active:before{
    z-index:0
}

.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #666; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }

#accordion .panel-title i.glyphicon{
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.rotate-icon{
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.panel{
    border: 0px;
    border-bottom: 1px solid #2C4A79;
}
.panel-group .panel+.panel{
    margin-top: 0px;
}
.panel-group .panel{
    border-radius: 0px;
}
.panel-heading{
    border-radius: 0px;
    color: white;
    padding: 25px 15px;
}
.panel-custom>.panel-heading{
    background-color: #dee9fb;
    color: #2C4A79;
}
.panel-group .panel:last-child{
    border-bottom: 5px solid #2C4A79;
}

panel-collapse .collapse.in{
    border-bottom:0;
}

.my_planHeader {
    text-align: center;
    color: white;
    padding-top:0.2em;
    padding-bottom:0.2em;
}

.my_planTitle {
    font-size:2em;
    font-weight: bold;
}

.my_planPrice {
    font-size:1.4em;
    font-weight: bold;    
}

.my_planDuration {
    margin-top: -0.6em;
}

@media (max-width: 768px) {
    .my_planTitle {
        font-size:small;
    }    
}

/* --- Features ------------------------- */

.my_feature {
    line-height:2.8em;   
}

@media (max-width: 768px) {
    .my_feature {
        text-align: center
    }
}

.my_featureRow {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border: 0.1em solid rgb(163, 163, 163);
}    

/* --- Plan 1 --------------------------- */
.my_plan1 {
    background-color: #dee9fb;
}

.my_planHeader.my_plan1 {
    background: #7986cb;
    border-bottom: thick solid #3f51b5;
}

/* --- Plan 2 --------------------------- */
.my_plan2 {
    background: #cfddf4;
}

.my_planHeader.my_plan2 {
    background: #5c6bc0;
    border-bottom: thick solid #334398;
}

/* --- Plan 3 --------------------------- */
.my_plan3 {
    background: #bdcfec;
}

.my_planHeader.my_plan3 {
    background: #303f9f;
    border-bottom: thick solid #090d35;
}

.my_planFeature {
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    line-height: 50px;
}

.my_planFeature i.my_check {
    color: green;
}

.link-satzung {
    transition: all .4s;
}

.link-satzung:hover {
    cursor: pointer;
}

.further {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

@media screen and (max-width:14676px) {
    .further {
        display: none;
    }
}

.well {
    background-color: #dee9fb;
    color: #2C4A79;
}

.form-horizontal .control-label {
    text-align: left;
    color: #2C4A79;
    font-weight: 100;
}

.form-control {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px #dee9fb solid;
    transition: all .4s;
    box-shadow: none;
}

.form-control:focus {
    border-bottom: 2px #2C4A79 solid;
    box-shadow: none;
}

label {
    font-weight: 500;
    color: #2C4A79;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #2C4A79;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.modal-header {
    background-color: #dee9fb;
    border-bottom: 3px #2C4A79 solid;
}

.btn-primary {
    background-color: #2C4A79;
    transition: all .4s;
}

table tr:nth-child(even) {
    background-color: #dee9fb;
    text-align: center;
}

table tr:nth-child(odd) {
   background-color:#fff;
   text-align: center;
}

th {
    font-weight: 300;
    text-align: center;
}