@font-face {
    font-family: "caflischscriptpro";
    src:url("../fonts/caflischscriptpro-regular.otf") format("opentype");
}
@font-face {
    font-family: "myriadpro";
    src:url("../fonts/MyriadPro-Light.otf") format("opentype");
}

html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,em,img,small,strike,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,article,footer,header,menu,section{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    color: #000;
}

a{
    text-decoration:none;
}
img{
    max-width:100%;
}


body{
    font-family: "Istok Web", Verdana, Arial, Helvetica, sans-serif;
    background: #f9f9f9;
    font-size:18px;
}

.menu-bg{
    background: #d40050;
}

.ftr-bg{
    background: #d40050;
    margin-top: 28px;
}
.copy{
    padding: 20px;
    text-align:center;
}
.copy p{
    color: #fff;
}
.copy p a{
    color: #fff;
}
.copy p a:hover{
    color: #000;
    text-decoration:underline;
}


h1{
    font-family: "Istok Web", Verdana, Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #d40050;
    margin-top: 18px;
    margin-bottom: -22px;
}
h2{
    font-family: "Istok Web", Verdana, Arial, Helvetica, sans-serif;
    font-size: 23px;
    color: #d40050;
    margin-top: 18px;
    margin-bottom: 12px;
}
h3{
    font-family: "Istok Web", Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #d40050;
    margin-top: 18px;
    margin-bottom: 12px;
}
h4{
    font-family: "Istok Web", Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #d40050;
    margin-top: 18px;
    margin-bottom: 12px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
    margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child {
    margin-bottom: 0;
}

.row h1{
    margin-bottom: 10px;
}

#content .row:first-child{
    margin-top: 0;
}


#map-contact {
    height: 100%;
    height:calc(100% - 0px);
    min-height: 500px;
}

#backgroundImage{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    left: 0;
    position: absolute;
    z-index: -1;
}

#content{
    min-height: 330px;
    margin-top: 30px;
}

/*#content ul li {
    list-style: none;
}
#content ul li:before {
    font-family: 'FontAwesome';
    content: '\f101';
    margin:0 5px 0 -15px;
    color: #333;
}*/
/*#content ul.centered-btns li, #content ul.centered-btns_tabs li {
    list-style: circle;
}*/
#content ul.centered-btns li:before, #content ul.centered-btns_tabs li:before {
    content: normal;
}
/*#content ul.custom-li li {
    list-style: none;
}
#content ul.custom-li li:before {
    font-family: 'FontAwesome';
    content: '\f101';
    margin:0 5px 0 -15px;
    color: #333;
}*/

.text-center .side-panel {
    text-align:inherit;
}
.side-panel {
    /*background-color: rgba(255,255,255, 0.5);
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 0 -2px rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.12);*/
    margin-bottom: 30px;
    overflow: hidden;
    padding: 28px 34px 28px;
    transition: box-shadow 0.25s ease 0s;

    /* text-align:justify; */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.img-panel {
	margin-bottom: 30px;
}
.img-panel-left {
    padding-right: 0;
}
.img-panel-right {
    padding-left: 0;
}

.side-panel-title div.side-panel {
    padding-bottom: 5px;
}

.gray {
    color: #676767;
    font-style: italic;
}

a{
    color: #1C9CD9;
    cursor: pointer;
}
a:focus, a:hover{
    color: #1C9CD9;
}

.inactivePage {
    border: 1px solid #ff0000;
}

.footer-holder h4, .footer-holder h4 a{
	color: #000;
    font-weight: normal;
}


/**
 * CK Editor
 */
 .red, .red > span {
    color: #E40613;
}
.green, .green > span {
    color: #159741;
}
.pink, .pink > span {
    color: #E40E7E;
}
.orange, .orange > span {
    color: #F29200;
}
.blue, .blue > span {
    color: #1C9CD9;
}



/*
 * Bootstrap reset
 */
.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    background-color: #458A1A;
    color: #fff;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    color: #000;
}
.navbar-default .navbar-toggle{
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: transparent;
}
.navbar{
    border: 0;
    margin-bottom: 15px;
}
.navbar-nav {
    margin: auto;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #458A1A;
    /*border-radius: 3px;*/
    color: #fff;
}

a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
}

.row {
    margin: 20px -15px 0;
}

.btn-kurse, .btn-kurse:focus {
    background-color: #458A1A;
    border-color: #458A1A;
    color: #fff;
}
.btn-kurse:hover {
    background-color: #458A1A;
    border-color: #458A1A;
    color: #fff;
}

#content .leichteSprache ul {
    padding-left: 20px;
}
#content .leichteSprache ul li {
    list-style: inherit;
}
#content .leichteSprache ul li:before {
	content: "";
	margin: inherit;
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.linkToOtherWebsite {
    background-color: transparent;
    color: #d40050;
    border: 1px solid #d40050;
    padding: 9px 20px;
    border-radius: 7px;
}

ol, ul {
    margin-bottom: 0;
}



/*
 * Screen view configuration
 */
@media screen and (max-width: 1300px) {
    .side-panel {
        text-align:inherit;
    }
}
@media screen and (min-width: 1000px) {
    .portrait {
        float: right;
    }
}
@media screen and (max-width: 992px) {
    .img-panel-left {
        padding-right: inherit;
    }
    .img-panel-right {
        padding-left: inherit;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    nav .container, .ftr-bg .container {
        width: 100%;
    }
}

@media screen and (min-width: 750px) {
    .row section div.col-md-12, .row section div.col-md-8, .row section div.col-md-6, .row section div.col-md-4 {
        padding-right: 2px;
        padding-left: 2px;
    }
}
@media screen and (max-width: 400px) {
    #backgroundImage {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;
    }
}
