﻿*{
	margin:0px;padding:0px;outline:none;border:0px;position:relative;font-family:'Roboto Regular';
}
body{
	min-width:300px;
}

/* header */

header{
    min-height: 403px;
    background: url(../img/Klinker-Verfugen2.jpg) no-repeat;
    background-position: 50% 50%;
    box-sizing: content-box;
    padding-top: 15px;
    background-size: cover;
}

header .advertisement-text-block {
    font-size: 18px;
    width: 35%;
    text-align: left;
    float: left;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 1rem;
    margin-top: 7.5rem;
    opacity: 1.0;
}
header .advertisement-text-block {
width: 290px !important;
}
header .advertisement-text-block img {
width: 100%;
padding-bottom: 5px;
}

/* // header */

      .logo img {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin: 15px 0px;
}

.screen p {
	max-width:725px;
	margin:0 auto;
	font-size:18px;
	text-align: left
}

.screen .main-text p {
    padding: 2rem 3rem 1rem 3rem;
}

.slider-cont{
	width:100%;
	/*min-height:912px;*/
	box-sizing:border-box;
	padding: 2rem;
	background:#333;
	background-position:50% 0;
	
}


.slider-cont  .bot {
    padding: 13px;
    box-sizing: border-box;
}

.slider-cont .bot a {
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 10px;
    background-color: #e41710;
    width: 90%;
    height: 57px;
    line-height: 57px;
    text-align: center;
    display: block;
    margin-top: 18px;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    margin: 0 auto;
    max-width: 312px;
}

.slider-cont .bot a:hover {
    box-shadow: rgb(249, 209, 147) 0px 0px 15px;
    transform: scale(1.1) rotateZ(-3deg);
}

.slider-cont h2 {
    text-align: center;
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: normal;
}

.top {
	text-align: center;
}

.screen img{
	/* max-width:100%; */
	padding: 1rem;
}

.screen {
	text-align: center;
}

/* footer new */

footer{
	width:100%;
	padding-top:20px;
	z-index:5;
	background:#fff;
}


footer .container-fw {
    background: #000;
    text-align: center;
}

footer .container-fw  a {
	color: #fff;
	text-decoration:none;
}


footer .container-fw a:hover {
	text-decoration:underline;
}

footer	a {
    color: #000000;
    text-decoration: none; 
}
footer	a:hover {
    color: #e41710;
    text-decoration: none;
}

footer ul.contact-block li {
    text-align: right;
    list-style: none;
    font-family: "Roboto Light";
}

p {
	font-family: "Roboto Light";
}

/* // end footer new */

a.arot, a, a.aschwarz {
    color: #000000;
    text-decoration: none;
}
a.arot:hover {
    color: #e41710;
    text-decoration: none;
}
a.aschwarz:hover {
    color: #ffffff;
	background-color: #000000;
    text-decoration: none;
}

/* fonts */

@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto/Roboto-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Roboto/Roboto-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Roboto/Roboto-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"); /* Modern Browsers */
}

@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Roboto/Roboto-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Roboto/Roboto-Light.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Roboto/Roboto-Light.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Roboto/Roboto-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Roboto/Roboto-Light.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"); /* Modern Browsers */
}

/* // end fonts */


/* media */


@media (max-width: 767px) {
	.advertisement-text-block {
    width: 100% !important;
		}

		h1 {
			font-size: 1.5rem !important;
		}

		h2 {
			font-size: 1.25rem !important;
		}

		p {
			font-size: 0.85rem;
		}

        .slider-cont .bot a {
            max-width: 250px;
        }
		
	footer ul.contact-block li {
		text-align: center;
		}
	footer .footerlogo {
		flex: unset;
		width: 100% !important;
		}
}

/* // end media */

.versteckt{
	display: none;
}