/* 112-kvw custom.css */
body {
    font-family: 'PragmaticaWeb', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
    background-color: #FFFFFF;
    padding: 15px;
    src: local("Pragmatica Web Light"), local("PragmaticaWebLight"), url("//www.kvw-muenster.de/++resource++kvw/fonts/pragmatica_web_light/PRG45__W.woff") format("woff"), url("//www.kvw-muenster.de/++resource++kvw/fonts/pragmatica_web_light/PRG45__W.ttf") format("truetype"), url("//www.kvw-muenster.de/++resource++kvw/fonts/pragmatica_web_light/PRG45__W.svg#PragmaticaWeb-Light") format("svg");
}
/*Schriftart*/
@font-face {
    font-family: 'PragmaticaWeb', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal;
    src: local("Pragmatica Web Light"), local("PragmaticaWebLight"), url("//www.kvw-muenster.de/++resource++kvw/fonts/pragmatica_web_light/PRG45__W.woff") format("woff"), url("//www.kvw-muenster.de/++resource++kvw/fonts/pragmatica_web_light/PRG45__W.ttf") format("truetype"), url("//www.kvw-muenster.de/++resource++kvw/fonts/pragmatica_web_light/PRG45__W.svg#PragmaticaWeb-Light") format("svg");
}
/*Akkordeon*/
.panel {
    background: #FFFFFF;
    border: 1px solid transparent;
    border: .1rem solid transparent;
    border-radius: 0;
}
.panel-body.article-text {
    font-size: 18px;
    margin: 0;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: -14px;
    border-bottom: none;
}
.article-text {
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
    hyphens: auto;
    word-wrap: break-word;
}
.article ol, .article ul {
    line-height: 1.5;
    font-size: 18px;
    padding: 1rem 2rem;
}

.panel-title > a {
    display: block;
    color: #00474c;
    position: relative;
    font-size: 24px;
    line-height: 1.5;
    padding: .5rem 0;
    border-bottom: 1px solid #3c3c3c;
    border-bottom: .1rem solid #3c3c3c;
}
/*Abstand zwischen Akkordeon*/
.panel-group .panel {
    margin-bottom: -15px;
}
/*Ãœberschriften*/
.h1, .h2, .h3, .newsletter-2-go-form h1, h1, h2, h3, h4 {
    color: #00474c;
    margin-top: -30px;
    margin-bottom: -30px;
    word-wrap: break-word;
}
.h1, h1 {
    color: #00474c;
    font-size: 34px;
    font-weight: normal;
    hyphens: auto;
    position: relative;
    padding: 35px;
    hyphens: auto;
}
.h4, h4{
    color: #00474c
}
h1::before {
    content: "//";
    color: #95c11c;
    display: block;
    font-size: 34px;
    font-weight: normal;
    left: 0px;
    position: absolute;
}
.h3, h3 {
     color: #00474c;
    font-size: 25px;
    font-weight: normal;
    position: relative;
    padding: 35px;
    hyphens: auto;
}
.h4, h4 {
     color: #00474c;
    font-size: 25px;
    font-weight: normal;
    position: relative;
    padding: 35px;
    hyphens: auto;
}
h3::before {
    content: "//";
    color: #95c11c;
    display: block;
    font-size: 34px;
    font-weight: normal;
    left: 0px;
    position: absolute;
}
/*Pivik Banner*/
.banner-cookie {
     background: rgba(148,193,28,.8);
     left:0;
}
.banner-cookie .btn:active, .banner-cookie .btn:focus, .banner-cookie .btn:hover {
    color: #fff;
    background: #00474c;
}
banner-cookie .btn {
    color: #fff;
    margin-left: 2rem;
    margin-bottom: 2rem;
    border: none;
    background: #00474c;
}
/*Pfeil geÃ¶ffnet*/
.panel-title > a::after {
    display: inline-block;
    background: url('//www.kvw-muenster.de/++resource++kvw/img/trigger-close.png') right center no-repeat;/*Der Link muss https sein, damit die Smartphones bzw. die App die Pfeile anzeigen kann.*/
    width: 32px;
    width: 3.2rem;
    height: 32px;
    height: 3.2rem;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}
/*Pfeil geschlossen*/
.panel-title > a.collapsed::after {
    display: inline-block;
    background: url('//www.kvw-muenster.de/++resource++kvw/img/trigger-open.png') right center no-repeat;/*Der Link muss https sein, damit die Smartphones bzw. die App die Pfeile anzeigen kann.*/
    width: 32px;
    width: 3.2rem;
    height: 32px;
    height: 3.2rem;
    content: ""; 
    position: absolute;
    top: 0;
    right: 0;
}
/*Kontaktformular*/
.form-control, .newsletter-2-go-form input[type="email"], .newsletter-2-go-form input[type="text"] {
    margin: auto;
    display: block;
    width: 100;
    height: 38px;
    height: 3.8rem;
    padding: .6rem 1.2rem;
    line-height: 1.5;
    color: #333;
    border: 1px solid rgba(0,71,77,.4);
    background-color: #E6F6D1;
    background-image: none;
}
/*Rahmen Emailfeld*/
.form-control:focus, .newsletter-2-go-form input[type="email"]:focus{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid #DDDDDD;
    border-color: rgba(148, 193, 28, 1);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(148, 193, 28, 1),0 0 8px rgba(148, 193, 28, 1);
    box-shadow: inset 0 .1rem .1rem rgba(148, 193, 28, 1),0 0 .8rem rgba(148, 193, 28, 1);
}
/*Rahmen Textfeld*/
input[type=text], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid rgba(0,71,77,.4);
}
input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(148, 193, 28, 1);
    border: 1px solid rgba(148, 193, 28, 1);
}
/*Absendenbutton*/
.btn-default.active, .btn-default:active, .btn-default:hover, .open > .btn-default.dropdown-toggle {
    color: #00474c;
    text-algin: center;
    background-color: #80a618;
    border: 1px solid rgba(0,71,77,.4);
}
.btn-default {
    text-algin: center;
    color: #00474c;
    background-color: #E6F6D1;
    border: 1px solid rgba(0,71,77,.4);
}
/*Captcha*/
button, input, optgroup, select, textarea {
    margin: auto;
    height: 38px;
    height: 3.8rem;
    padding: .6rem 1.2rem;
    line-height: 1.5;
    color: #333;
    background-color: #E6F6D1;
    background-image: none;
}
img {
    margin-bottom: 0.5rem;
    height:38px;
    border: 1px solid rgba(0,71,77,.4);
}
/*Pflichtangabe*/
p{
    margin-bottom: 0;
}
ol, ul {
    margin-left: -0.5rem;
}