/* Add here all your CSS customizations */

body {
font-family: "Source Sans Pro", Arial, sans-serif;
font-size: 16px;
color:#222;
}
p {color:#222}

.sds {color:#222}

h1 {
font-size: 2.3em;
font-weight: 400;
letter-spacing: -.02em;

}

h2 {
font-size: 2.0em;
font-weight: 400;
letter-spacing: -.01em;

}

.rot-fett {font-weight:bold; color:#ee1c24}

ul {
padding-left: 2em;
list-style-image: url('/js/listenpunkt.png');
}

ul.roterpunkt li::before {
  color: red;
}

input[type="submit" i],
button[type="submit" i]{
    appearance: auto;
    user-select: none;
    align-items: flex-start;
    text-align: center;
    color:#ee1c24;
    font-weight:bold;
    cursor: default;
    background: none;
    box-sizing: border-box;
    padding: 1px 6px;
    border-width: 0px;
    border-style: outset;
    border: none;
    appearance: none;
}

button[type="submit" i]:hover {
	text-decoration: underline;
}

type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    color: #ee1c24;
    font-weight:bold;
}

input[type=checkbox], input[type=radio] {
box-sizing: border-box;
padding: 0;
margin-right: 5px;
}


.owl-carousel.stage-margin.stage-margin-lg .owl-stage-outer {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#header .header-nav-main nav > ul > li > a {
    font-size: 18px;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
color: #000;
font-size: 1.0em;

letter-spacing: 0px;
}

.lead {
    letter-spacing: 0em;
}

.header-content {
    position: relative;
    height: 200px;
}

.header-left {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    padding-left: 23%;
    background-color: #e5e5e5;
    
}

.header-left h2 {
    font-size: 310%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    position: absolute;
    bottom: 5px;
    margin:0;
}

.header-right {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    background-color: #ee1c24;
}


@media (max-width: 991px){
.header-left {
    border-right: 5px solid #ee1c24;
    padding-right: 10px;
    height:50px;
    background:#e5e5e5
}

.header-content {
    position: relative;
    height: 50px;
}

.header-left h2 {
    font-size: 180%;
    color:#000;
 
}
}





.image-block img {
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all .8s;
  overflow:hidden;
}

.image-block:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.1);
  overflow:hidden;
}


.social-icons li a {
    transition: all 0.2s ease;
    border-radius: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
    -font-size: 10.8px;
    font-size: 1.2rem;
}

.social-icons li:hover.social-icons-soundcloud a {
	background: #f65d0f !important;
}

#footer {

    margin-top: 50px;

}

#footer a:not(.btn):not(.no-footer-css) {
  color: #ee1c24;
  transition: all 0.1s ease-in-out;
}
#footer a:not(.btn):not(.no-footer-css):hover {
  text-decoration: none;
  color: #ee1c24;
}

.form-group-1 { display:none; }