body, html {
    width: 100%;
	min-width: 320px;
    overflow-x: hidden;
	background: #eee;
}

body{
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 20px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #444;
    overflow: hidden;
	height: 100%;
}

@media (max-width: 767px) {
	body{
		padding-top:55px;
	}
}

a{
	text-decoration: none;
	color:#bb0000;
	transition:all .3s ease-in-out;
}

a:hover, a:active, a:focus{
	text-decoration: none;
	color:#000;
}

hr{
	border-top: 1px solid #ccc;
}

h1, h2, h3, h4, h5, h6, .pseudoH1, .pseudoH2, .pseudoH3, .pseudoH4, .pseudoH5, .pseudoH6, .teaserHeadline {
  font-family:"Prompt";
  font-weight: 400;
  line-height: 120%;
	letter-spacing: 1.5px;
  color: #000;
  margin: 20px 0 17px 0;
}

h1, .pseudoH1 {
  font-size: 22px;
  font-weight: 400;
}

h2, .pseudoH2 {
  font-size: 17px;
  font-weight: 500;
}

h3, .pseudoH3 {
  font-size: 15px;
  font-weight: 600;
}


h5, h4, h3, h2,.teaserHeadline{
	clear: both;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
	line-height: 22px;
	margin: 0px 0 7px 0;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
}

h5 a, h4 a, h3 a, h2 a, .teaserHeadline a{
	transition: all .3s ease-in-out;
	color:#000;
	text-decoration: none;
}

h4, .pseudoH4 {
  font-size: 14px;
  font-weight: 600;
}

h5, .pseudoH5 {
  font-size: 14px;
  font-weight: 500;
}

h6, .pseudoH6 {
  font-size: 14px;
  font-weight: 400;
}


.fullwidth-banner {
    padding: 30px 0 0 0;
    background: #fff;
}

.fullwidth-banner img{
    width: 100%;
    height: auto;
}





.media {
    opacity: 1;
    transition: opacity .3s ease-in-out;
    margin:0;
    clear: both;
    cursor: pointer;
    position: relative;
	display: inline-block;
}

.media img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.media .mediacredit, .media .teasertype {
    background-color: rgba(0, 0, 0, 0.3);
	font-family: "Prompt";
    font-size: 11px;
    color: #fff;
	font-weight: 400;
    /*text-shadow: 0 0 2px black;*/
    padding: 5px 9px;
	letter-spacing: 1px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: background-color .3s ease-in-out;
}

.media .teasertype {
	background-color: rgba(0, 0, 0, 1);
	right: inherit;
	left: 0px;
}

.media .teasertype.exklusiv {
	background-color: #dd0000;
}

.media .mediacredit:hover {
    background-color: black;
}

.media .videowrapper {

}



.media.videowrapper .mediaicon::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f04b ";
    color: #fff;
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: #dd0000;
    padding: 7px 11px 7px 11px;
    border-radius: 4px;
	border: 1px solid #fff;
}



.inlineTeaserImageWrapper {
    display: inline;
    float: left;
    clear: both;
    margin: 0px 25px 20px 0;
    padding: 0;
}


.inlineTeaserImageWrapper.right {
    margin: 0px 0 20px 25px;
	float: right;
}


.inlineTeaserImageCaption {
    clear: both;
    background-color: #eee;
    padding: 9px 10px 10px 10px;
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
	font-size: 12px;
	line-height: 15px;
}




@media (max-width: 1024px) {
	.fullwidth-banner {
		padding: 20px 0 0 0;
	}
}

@media (max-width: 575px) {
	.fullwidth-banner {
		padding: 20px 0 0 0;
	}
}

/* FORMS */

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 14px;
    line-height: 1.25;
    color: #666;
    background-color: #eee;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: all .3s ease-in-out;
	border-radius: 0;
}


.form-control:focus {
    color: #333;
    background-color: #ddd;
    border-color: #666;
    outline: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button, .teaserbutton  {
    padding: 1px 6px;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button, .teaserbutton  {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: #ddd;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

input, textarea, select, button, .teaserbutton  {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
	background-color: #eee;
	border:none;
}

input, textarea, select, button, meter, progress, .teaserbutton  {
    -webkit-writing-mode: horizontal-tb;
}

button {
    -webkit-appearance: button;
	background-color: #ddd;
}

select.form-control{
	line-height: 1;
    padding: 5px 7px;
    height: 32.8px !important;
}

input[type="submit"],button, .teaserbutton {
	border:none;
	color:#fff;
	background-color: #bb0000;
	padding:10px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	outline:none !important;
	margin-top: 7px;
    text-transform: uppercase;
    font-family: "Prompt";
    /*font-weight: 600;*/
    letter-spacing: 1px;
	letter-spacing: 1.5px;
    font-weight: 500;
	border-radius: 0;
}

input[type="submit"]:hover,input[type="submit"]:focus,button:hover,button:focus, .teaserbutton:hover ,.teaserbutton:focus {
	background-color: #FF0000;
}

input[type="submit"]:active,button:active{
	background-color: #FF7777;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.alert {
    padding: 10px;
    margin-bottom: 1rem;
    border: none;
    border-radius: 0;
}

.wpcf7-not-valid-tip{
	color: #dd0000 !important;
    margin-top: 10px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border:none !important;
}

div.wpcf7-response-output {
    margin:10px 0 0 0 !important;
    padding: 0 !important;
    border: none !important;
}

label.error{
	color: #dd0000;
    margin-top: 7px;
}

.fit-cover{
	object-fit: cover;
}

.fit-contain{
	object-fit: contain;
}   