@charset "utf-8";
/* CSS Document */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/roboto-v30-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

* {
	font-family: 'Roboto', sans-serif;
	color: #555;
	font-size: 12pt;
	line-height: 1.5em;
}

html { 
	background: url(../img/background_light.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background_light.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background_light.jpg', sizingMethod='scale')";
}

body {
	margin: 0;
	padding: 0;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

#header {
	background-color: #fefcfd;
	width: 1070px;
	margin: 0 auto;
	position: relative
}
#navi {
	background-color: #fefcfd;
	width: 1070px;
	margin: 0 auto;
	position: relative
}
#page {
	background-color: #fefcfd;
	width: 1070px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 50px;
}
#footer {
	background-color: #f6f6dc;
	width: 1070px;
	margin: 0 auto;
	bottom: 0;
}
.left {
	width: 33%;
	float: left;
}
.right {
	width: 66%;
	float: left;
}
body.landingpage #page .right {
    width: 100%;
}

/* Navi */

#navi .left img {
	padding-left: 60px;
	padding-top: 10px;
}
#navi .right ul {
	list-style: none;
	padding-left: 20px;
	padding-top: 20px;
}
#navi .right ul li {
	float:left;
	padding-right: 16px;
}
#navi .right ul li a {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 13pt;
    color: #555;
}
#navi .right ul li a.active {
	font-weight: 700;
}
#navi .right ul li a img {
	margin-right: 8px;
	margin-top: -4px;
	vertical-align: middle;
}
/* Page */

#page .left .content {
	padding: 40px 60px 20px 60px;
	line-height: normal;
}
#page .left .content p,
#page .left .content p a {
	font-size: 10pt;
	text-decoration: none;
}
#page .right .content {
	padding: 20px 60px 20px 20px;
}

/* Content */
h1 {
	font-weight: 700;
	font-size: 16pt;
}
#page .right .content ul li {
	margin-bottom: .3em;
}
#page .right .content ul li h3 {
	margin-bottom: .3em;
}

/* Footer */
#footer .left .content {
	padding: 0 0 20px 60px;
}
#footer .left .content p {
	font-size: 10pt;
	padding-top: 0;
	margin-top: 0;
}
#footer .left .content h3 {
	padding-top: 20px;
	margin-bottom: 0;
	font-size: 10pt;
}
#footer .right .content {
	padding: 20px 0 20px 20px;
}
#footer .right .content p,
#footer .right .content p a {
	font-size: 10pt;
	text-decoration: none;
}
#footer .badges {
	float: right;
}
#footer .badges img:nth-child(1) {
	margin-right: 5px;
}
div.zusatz {
	width: 1070px;
	margin: 0 auto;
	padding-top: 8px;
	bottom: 0;
	text-align: center;
	font-size: 9pt;
}
div.zusatz a {
	font-size: 9pt;
	text-decoration: none;
}
blockquote {
    margin-bottom: 0;
}
blockquote p {
    margin-bottom: 0;
}

/* Callback Button */
.callbackButton {
    border: 1px solid #b40f1d;
    background-color: #b40f1d;
    border-radius: 10px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    
    background-image: url("../img/baseline_support_agent_white_24dp.png");
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}
.callbackButton:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.callbackButton a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
    
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    html, body {
        width: 100%;
    }
    #header {
        display: none;
    }
    #navi {
        width: 100%;
    }
    #navi .left {
        width: 100%;
    }  
    #navi .left img {
        padding-left: 20px;
    }
    #navi .right {
        width: 100%;
    }
    #navi .right ul {
        margin-bottom: 0;
    }
    #navi .right ul li {
        width: 100%;
        padding-bottom: .75em;
    }
    #page {
        display: flex;
        flex-flow: column;
        width: 100%;
    }
    #page .left {
        width: 100%;
        order: 2;
    }
    #page .right {
        width: 100%;
        order: 1;
    }
    #page .right .content,
    #page .left .content{
        padding: 20px;
    }
    
    .content table {
        max-width: 100%;
    }
    .content table img {
        max-width: 50%;
        height: auto;
    }
    
    .content p {
          word-wrap: break-word;
          overflow-wrap: break-word;

        -webkit-hyphens: auto;
           -moz-hyphens: auto;
                hyphens: auto;
        }
    
    #footer {
        display: flex;
        flex-flow: column;
        width: 100%;
    }
    #footer .left {
        width: 100%;
        order: 1;
    }
    #footer .right {
        width: 100%;
        order: 2;
    }
    #footer .left .content {
        padding: 0 20px 0 20px;
    }
    #footer .right .content {
        padding: 0 20px 0 20px;
    }
    #footer .left .content p,
    #footer .right .content p, 
    #footer .right .content p a {
        font-size: inherit;
    }
    #footer .left .content h3 {
        font-size: inherit;
        padding-top: 0;
    }
    #footer .content p {
        font-size: inherit;
        padding: 0;
        margin: 0;
    }
    #footer .badges {
        margin-top: 1em;
    }
    #footer .badges img {
        max-width: 20%;
        height: auto;
    }
    
    div.zusatz {
        width: 100%;
        font-size: inherit;
    }
    div.zusatz a {
        font-size: inherit;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
}