.content-exclamation {
	width: 40px; 
	margin-top: 8px;
}
.content-exclamation2 {
	width: 80px; 
	margin-top: 8px;
}
#flex-container {
    display: flex;
    margin-top: 0px;
}

.content-exclamation-1 {
	float: left; 
	min-width: 40px;
	height: 100%;
	margin-right: 20px;
}
.content-exclamation-1a {
	float: left; 
	min-width: 80px;
	height: 100%;
	margin-right: 20px;
}
.content-exclamation-2 {
	width: auto;
	height: 100%;
}
.clearboth {
    clear: both;
    height: 0px;
}

.radius-img {
        border-radius: 10px; 
}

.content-info-box {
    padding: 20px 30px 0px 30px; 
    border-radius: 10px; 
    background-color: #eeeeee; 
    border: 1px dashed #333333;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-red-underline {
    text-decoration: underline #c51227 2px;
}

.area-wysiwyg p {
    margin-bottom: 30px;
}

.area-wysiwyg ul {
    list-style-image: url('/bundles/pimcoreadmin/img/twemoji/2b55.svg');
    margin-bottom: 30px;
}


.rednumber {
    font-size: 26px; font-weight: bold; color: #c51227;
}
.redcontent {
    font-size: 15px; font-weight: normal; color: #333333; line-height: 150%; margin-bottom: 20px;
}

.area-wysiwyg li {
    padding: 0px 0px 5px 10px;
    margin-left: 10px;
}

.button-box {
    margin-top: 20px;
    margin-bottom: 30px;
    min-height: 50px;
    width: 100%;
    text-align: center;
}

.form-input-checkbox {
    margin-right: 20px;
}

.navihr {
    padding: 20px 0;
}

h2 {
    margin-bottom: 30px !important;
    margin-top: 50px !important;
}

h3 {
    margin-bottom: 30px !important;
}
.newsdate {
    font-size: 12px;
    font-weight: normal;
}

.pic-caption {
    position: absolute;
    text-align: right;
    height: 25px;
    width: 100%;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    padding: 0px 10px 0px 0px;
    background-color: #ffffff;
    opacity: 0.6;
}

.spalte1 {
    width: 56%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 2%; 
    padding-right: 2%;
}
.spalte2 {
    width: 20%;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    text-align: center;
}

.spalte1grau {
    width: 56%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 2%; 
    padding-right: 2%;
    background-color: #eeeeee;
}
.spalte2grau {
    width: 20%;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    padding-right: 2%;
    text-align: center;
    background-color: #eeeeee;
}

.hrblack {
    border-top: 2px solid #666666;
    height: 0px;
}

   .content-pic2 {
        position: relative;
        width: 100%; 
        margin: 0px 0 0px 0;
    }

.card {
    border: 0px !important;
}
.card-header {
    background-color: #ffffff !important;
    padding: 0 0 20px 0 !important;
    border: 0px !important;
}

.card-body {
    padding: 10px 0 30px 0 !important;
    border: 0px !important;
}
.btn-link {
    color: #000000 !important;
    background-color: #b3e8be !important;
    text-decoration:none !important;
}

.btn:hover {
    color: #000000 !important;
    background-color: #cccccc !important;
}


@media only screen and ( min-width: 950px ) {
    .content-pic {
        position: relative;
        float: right; 
        width: 400px;
        margin: 0 0 30px 30px;
    }
      .logo-pic {
        float: right; 
        width: 300px;
        margin: 0 0 30px 30px;
    }
  
  .half {
       width: 45%;
       margin-right: 5%;
      float: left; 
   }
  
}

@media only screen and ( max-width: 949px ) {
    .content-pic {
        position: relative;
        width: 100%; 
        margin: 30px 0 30px 0;
    }
    .logo-pic {
        max-width: 300px !important; 
        margin: 30px 0 30px 0; 
    }
      .half {
       width: 100%;
   }
     .btn-link {
        width: 100% !important;
    }
}