@petrol: #00869e;

@mintlinien: #dce6d4;

@minthint: #e7ede1;

html {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

body {
    position: relative;
    font-size: 100%;
    line-height: 1.5;
}

a:hover,
a:focus {
    text-decoration: none;
}

.maincont {
    max-width: 1100px;
    margin: 0 auto;
}

.bgpattern {
    background: url('assets/img/bgpattern2.png') 0% 35% repeat-x,
        url('assets/img/bgpattern2.png') 0% 75% repeat-x;
}

.logomargin {
    margin-top: 2.5em;
    margin-bottom: 4em;
}

#mainrow {
    margin-top: 2.3em;
}

.maincontent {
    text-align: center;
    background-color: white;
    margin-top: 2.3em;
}

ul#menu {
    text-align: justify;
    list-style: none;
    list-style-image: none;
    margin: 0.6em 0 0;
    padding: 0;
}

ul#menu:after {
    content: "";
    margin-left: 100%;
}

ul#menu li {
    display: inline;
}

ul#menu a {
    display: inline-block;
    color: @petrol;
}

ul#menu a:hover {
    text-decoration: none;
}

.col-max {
    padding-right: 1px;
    padding-left: 1px;
}

div#main {
    background: white;
    border-radius: 12px;
    padding: 20px;
}

hr#main {
    width: 80%;
    height: 1em;
    background-color: @mintlinien;
    margin: 0 auto;
}

#aktuell {
    font-family: BrandonGrotesque-Medium;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
}

.maincontent section {
    background: white;
}

.maincontent h1 {
    font-family: BrandonGrotesque-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 2.3em;
    color: #00869e;
}

.maincontent h2 {
    font-family: BrandonGrotesque-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
}

.maincontent h3 {
    font-family: BrandonGrotesque-Medium;
    font-weight: normal;
    font-style: normal;
    font-size: 1.8em;
}

.maincontent h4 {
    font-family: BrandonGrotesque-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em;
}

.maincontent p {
    text-align: left;
}

.contentzwt p {
    text-align: center;
    font-family: BrandonGrotesque-Medium;
    font-weight: normal;
    font-style: normal;
    font-size: 1.1em;
}

.maincontent a:focus {
    color: #00869e;
    text-decoration: none;
}

.maincontent a:hover {
    text-decoration: none;
}

.maincontent p>a {
    text-decoration: underline;
}

.maincontentzwt {
    font-family: BrandonGrotesque-Medium;
    font-weight: normal;
    font-style: normal;
    font-size: 1.1em;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 0.15em solid #dce6d4;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading-links {
    padding: 10px 15px;
    border-bottom: 0em solid #dce6d4;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-group .panel-heading {
    border-bottom: 0.15em solid #dce6d4;
}

.panel-body ul {
    text-align: left;
}

#cycler {
    position: relative;
    margin: 0 auto;
}

#cycler img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

#cycler img.active {
    z-index: 3;
}

#cycler img.base {
    z-index: -1;
    position: static;
    display: block;
}

div#carousel1 {
    margin-bottom: 2em;
}

.portrait {
    margin-bottom: 2em;
    display: inline;
}

.fluid-wrapper {
    position: relative;
    padding-bottom: 75%;
    height: 0;
}

.fluid-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.kontakttitel {
    text-align: center;
    margin-top: 2.2em;
}

.kontaktcontent {
    color: white;
    font-family: BrandonGrotesque-Light;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    padding: 15px;
    text-align: center;
}

.kontaktcontent a {
    color: white;
    text-decoration: underline;
}

.kontakttitel hr {
    width: 80%;
    height: 2px;
    margin: 0 auto;
}

.kontakttitel h1 {
    font-family: BrandonGrotesque-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 34px;
    color: #00869e;
}

.kontakttitel h2 {
    font-family: BrandonGrotesque-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    color: #00869e;
}

.kontaktcontent h2 {
    font-family: BrandonGrotesque-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    color: white;
    background-color: #00869e;
}

.kontaktcontent h3 {
    font-family: BrandonGrotesque-Medium;
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    color: white;
    background-color: #00869e;
}

.kontaktcontent form {
    font-family: BrandonGrotesque-Light;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    color: black;
}

.modal h4 {
    color: black;
}

.input-group[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.popover {
    background-color: #e74c3c;
    color: #ecf0f1;
    width: 120px;
}

.popover.right .arrow:after {
    border-right-color: #e74c3c;
}

div#kontakt {
    background: #00869e;
    border-radius: 12px;
    padding: 20px;
}

.links {
    border-radius: 12px;
}

.links section {
    text-align: center;
    border-radius: 12px;
    background-color: white;
    padding: 20px;
    margin-top: 2.2em;
}

.links h1 {
    font-family: BrandonGrotesque-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 34px;
    color: #00869e;
}

.eltitel {
    font-family: BrandonGrotesque-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    color: white;
    background-color: #00869e;
}

.eltext {
    font-family: BrandonGrotesque-Medium;
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    color: white;
    background-color: #00869e;
}

#footer {
    height: 6em;
    text-align: center;
    color: white;
    border-radius: 12px;
    background-color: #00869e;
    padding: 20px;
    margin-top: 2.2em;
}

section#footer {
    font-family: BrandonGrotesque-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    line-height: 2.4em;
    margin-bottom: 1.2em;
    padding: 0.6em;
}

#slider1_container {
    display: none;
    position: relative;
    margin: 0 auto;
    width: 1097px;
    height: 675px;
    overflow: hidden;
    border-radius: 13px;
}

.uline {
    text-decoration: underline;
}

.bold {
    font-weight: bolder;
}

div.affix {
    top: 0px;
    max-width: 1100px;
    width: 100%;
    z-index: 10;
}

.affix-top {
    position: static;
}

.affix-bottom {
    position: relative;
}

div.affix>nav>div>div#bs-example-navbar-collapse-1 {
    margin: 0 auto;
    max-width: 80%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 71%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 71%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 71%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.medium {
    font-family: BrandonGrotesque-Medium;
    font-weight: normal;
    font-style: normal;
}

.light {
    font-family: BrandonGrotesque-Light;
    font-weight: normal;
    font-style: normal;
}

.bold {
    font-family: BrandonGrotesque-Bold;
    font-weight: normal;
    font-style: normal;
}

.menufont {
    font-family: BrandonGrotesque-Medium;
    font-weight: normal;
    font-style: normal;
    font-size: 1.26em;
    letter-spacing: 0.05em;
}

@media (max-width: 600px)
{
    ul#menu li {
        display: block;
        text-align: right;
    }

    div.affix>nav>div>div {
        width: 100%;
    }

    div.affix>nav>div>div#bs-example-navbar-collapse-1 {
        background-color: rgba(231,237,225,0.8);
        border-radius: 9px;
    }
}

@media (min-width: 300px)
{
    body {
        font-size: 85%;
    }
}

@media (min-width: 700px)
{
    body {
        font-size: 95%;
    }
}

@media (min-width: 850px)
{
    body {
        font-size: 110%;
    }
}

@media (min-width: 1000px)
{
    body {
        font-size: 120%;
    }
}

@media (min-width: 1100px)
{
    body {
        font-size: 125%;
    }
}

@media (min-width: 1450px)
{
    body {
        font-size: 135%;
    }
}

.mainhr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 0.15em solid #dce6d4;
}

:target:before {
    content: "";
    display: block;
    height: 600px;
    margin: -600px 0 0;
}

#footer a {
    color: white;
}

#modal2 p,
li {
    text-align: left;
    color: black;
    font-family: BrandonGrotesque-Medium;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    letter-spacing: 0em;
    line-height: 1.1em;
    margin-bottom: 1.2em;
    padding: 0em;
}

#modal2 a {
    color: #00869e;
}

.linkscontent {
    font-family: BrandonGrotesque-Light;
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em;
    padding: 15px;
}

.linkscontent dd {
    margin-bottom: 0.4em;
    font-size: 1em;
}