@charset "utf-8";
/*------------------------------------------------------------------------------
CSS Styles for <Businessplan>.
version:   1.0
------------------------------------------------------------------------------*/
/* =CSS Reset
------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.nobreakp{
	white-space:nowrap;
}
/* End CSS Reset
------------------------------------------------------------------------------*/
/* =Toolkit
------------------------------------------------------------------------------*/
/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }
/* general purpose classes */
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }
/* End Toolkit
------------------------------------------------------------------------------*/
/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
------------------------------------------------------------------------------*/
hr { display:block; height:1px; border:0; margin:1em 0; padding:0;
	border-top:1px solid #cccccc; /* change border colour to suit your needs */
}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font-family: sans-serif; }
a:hover, a:active,a:focus  { outline: 0; }
h1 { font-size: 2em; font-weight: 100; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 1.5em 0;}
del { text-decoration: line-through; }
abbr[title] { border-bottom: 1px dotted; cursor:help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 75%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; -ms-interpolation-mode: bicubic; max-width: 100% !important; height: auto !important;}
svg:not(:root) { overflow: hidden; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input, select { vertical-align:middle; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
i{font-style: italic;}
p{line-height: 24px;}
ul{margin: 0;}
/* End Normalization
------------------------------------------------------------------------------*/
/* =Typography
------------------------------------------------------------------------------*/
/* Setting up the fonts */
body,html{
	font: 16px/24px 'Open Sans', sans-serif;
	background: #fff;
	color: #414141;
}
a{color:#42426a}
/* End Typography
------------------------------------------------------------------------------*/
/* =Header
------------------------------------------------------------------------------*/
#header{
	position: relative;
}
.header-contact-wrapper{
	background: #f0f0f0;
}
.header-contact-inner{
	max-width: 946px;
	margin: 0 auto;
	padding: 13px 20px;
	text-align: right;
}
.header-wrapper{
	background: #fff;
}
.header-wrapper.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}
.header-inner{
	position: relative;
	max-width: 946px;
	margin: 0 auto;
	padding:  10px 20px 25px;
	overflow: hidden;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header-wrapper.fixed .header-inner{
	padding: 0 20px 15px;
}
.header-contact-inner span{
	color: #42426a;
	font-size: 11px;
	font-weight: 700;
}
.logo{
	/*width: 295px;
	height: 23px;
	margin: 3px 0;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/bp2-logo.png) no-repeat;
	text-indent: -9999em;*/
	float: left;
	margin: 3px 0;
}
.logo img{
	max-width: 100%;
	height: auto;
}
.logo a{
	display: block;
	height: 100%;
}
.btn-free-wrapper{
	float: right;
	display: inline-block;
}
.lang-wrapper{
	text-align: right;
}
.lang-switcher{
	list-style: outside none none;
}
.lang-switcher li{
	display: inline-block;
	position: relative;
}

.lang-switcher li:before{
	content: "|";
	font-size: 14px;
	position: absolue;
}
.lang-switcher li:first-child:before{
	content: "";
}
.lang-switcher a{
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
.btn-free{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background: #4b4b73;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 33px;
	line-height: 33px;
	padding: 0 22px;
	font-size: 14px;
	font-weight: 700;
	/*float: right;*/
}
/* End Header
------------------------------------------------------------------------------*/
/* =Main-nav
------------------------------------------------------------------------------*/
#main-nav{
	position: relative;
	float: left;
	margin: 7px 0 0 60px;
}
#main-nav ul{
	list-style: none;
	margin: 0;
	overflow: hidden;
}
#main-nav li{
	float: left;
	padding: 0 16px;
}
#main-nav a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}
#main-nav li.fw-nav-selected a{
	font-weight: 600;
}
/*Sub-Nav*/
#sub-nav ul{
	list-style: none;
}
#sub-nav > ul > li{
	margin: 0 0 30px;
}
#sub-nav a{
	text-decoration: none;
	font-size: 14px;
	color: #414141;
}
#sub-nav > ul > li >  a{
	font-weight: 700;
}
#sub-nav ul ul li.fw-nav-selected{
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/bp2-subnav-stroke.png) no-repeat;
}
/*Mobile-Nav*/
#mobile-nav ul{
	list-style: none;
}
#mobile-nav li{
	border-top: 1px solid #4b4b73;
}
#mobile-nav a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 50px;
	padding: 0 20px;
}
#mobile-nav li.fw-nav-selected{
	font-weight: 600;
}
#mobile-nav ul ul{
	position: absolute;
	width: 250px;
	top: 0;
	left: 250px;
	display: none;
}
#mobile-nav #back{
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/bp2-back.png") no-repeat 20px center;
	padding: 0 0 0 20px;
}
/*Content-Nav-Mobile*/
#content-nav-mobile{
	/* background: #f2f2f2;*/
	margin: 0 0 50px;
	display: none;
}
#content-nav-mobile ul{
	list-style: none;
	margin: 0;
}
#content-nav-mobile li{
	padding: 0 7px;
	background: #f2f2f2;
	border-bottom: 5px solid #fafafa;
}
#content-nav-mobile a{
	text-decoration: none;
	font-size: 14px;
	line-height: 35px;
	display: block;
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/icon-mnav.png") no-repeat right center;
}
#content-nav-mobile li.fw-nav-selected a{
	font-weight: 600;
}
/* End Header
------------------------------------------------------------------------------*/
/* =General-Content
------------------------------------------------------------------------------*/
.www{
	background: #fff none repeat scroll 0 0;
	position: absolute;
	width: 100%;
	z-index: 11;
}
.home-content-wrapper{
	position: relative;
}
.home-content-wrapper.gray{
	background: #f0f0f0;
}
.home-content-wrapper.light-gray{
	background: #fafafa;
}
.subpage-content{
	background: #f0f0f0;
	padding: 43px 20px 75px;
}
.subpage-content-inner{
	max-width: 946px;
	margin: 0 auto;
	background: #fafafa;
	padding: 65px 40px 85px;
	box-sizing: border-box;
	overflow: hidden;
}
.sub-nav-wrapper{
	float: left;
	width: 200px;
	border-right: 2px solid #ededed;
	margin: 0 45px 0 0;
}
#mobile-nav-opener{
	float: right;
	display: none;
	margin: 3px 0 0;
}
#mobile-nav-wrapper{
	background: #e5e5e5 none repeat scroll 0 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8) inset;
	display: none;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 250px;
	z-index: 10;
}
/* End General-Content
------------------------------------------------------------------------------*/
/* =Visual
------------------------------------------------------------------------------*/
.visual{
	max-width: 1300px;
	min-height: 673px;
	position: relative;
	margin: 0 auto;
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/bp2-visual-bg.jpg") no-repeat center center;
	text-align: center;
}
.visual-inner{
	padding-top: 240px;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
.visual h2{
	font-size: 37px;
	line-height: 55px;
	margin: 0;
	color: #fff;
}
.visual h2 span{
	display: inline-block;
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/bp2-visual-stroke.png") no-repeat center center;
	padding: 0 8px;
	color: #42426a;
	font-weight: 700;
}
.visual h3{
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	margin: 40px 0 25px;
}
.visual .btn{
	display: inline-block;
	border: 2px solid #42426a;
	padding: 10px 45px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 4px;
	position: relative;
}
.visual .btn.blue{
	color: #fff;
	background: #42426a;
}
.visual .btn .arrow{
	position: absolute;
	top: 40px;
}
.visual .user-txt{
	position: relative;
}
.visual .user-txt-inner{
	max-width: 325px;
	position: absolute;
	left: 0;
	top: 35px;
}
.visual .user-txt span{
	font: 32px/40px 'Permanent Marker';
	color: #fff;
}
/* End Visual
------------------------------------------------------------------------------*/
/* =Popup
------------------------------------------------------------------------------*/
#popup{
  border: medium none;
  display: none;
  position: absolute;
  z-index: 101;
	background: #f6f6f6;
	width: 946px;
	left: 0;
	right: 0;
	margin: 100px auto;
}
#popup-inner{
	padding: 85px 25px;
}
#popup-background {
  background: #000000;
  border: medium none;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
	opacity: 0.7;
}
#popup-close {
  position: absolute;
  right: 45px;
  top: 40px;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/vl2_popup-close.png) no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
/* =End Popup
------------------------------------------------------------------------------*/
/* =Event-Popup
------------------------------------------------------------------------------*/
.iframe-wrapper{
	overflow: hidden;
	line-height: 1.8;
	background: #f6f6f6;
}
.iframe-wrapper h2{
  color: #42426a;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 1em;
}
.iframe-wrapper .left-col{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
	padding: 0 60px 0 0;
}
.iframe-wrapper .right-col{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
	padding: 0 0 0 60px;
}
/* =End Eventpopup
------------------------------------------------------------------------------*/
/* =Form-Wrapper
------------------------------------------------------------------------------*/
.form-wrapper{
	list-style: none;
	margin: 0;
}
.form-wrapper li{
	margin: 5px 0 0;
	overflow: hidden;
}
.form-wrapper li::first-child{
	margin-top: 0;
}
.form-wrapper .dem-meldung{
	color: red;
}
.form-wrapper label{
	float: left;
	width: 120px;
}
.form-wrapper span{
	display: block;
	overflow: hidden;
}
.form-wrapper input,
.form-wrapper select,
.form-wrapper textarea{
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding: 0 10px;
}
.form-wrapper .form_bg_color_false{
	border: 1px solid red;
}
.form-wrapper textarea{
	height: 100px;
	resize: none;
}
.form-wrapper .checkbox-row{
	overflow: hidden;
}
.form-wrapper .checkbox-row input{
	width: 25px;
	float: left;
}
.checklist-padding{
	padding: 0 5px 0 0;
}
.form-wrapper .btn{
	background: #4b4b73 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 700;
	height: 33px;
	line-height: 33px;
	padding: 0 22px;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
}
/* =End Form-Wapper
------------------------------------------------------------------------------*/
/* =Partner
------------------------------------------------------------------------------*/
.partner-wrapper{
	position: relative;
}
.partner-inner{
	max-width: 1032px;
	margin: 0 auto;
	padding: 65px 20px 40px;
	overflow: hidden;
}
.partner-inner p{
	text-align: center;
	margin-top: 0;
}
.partner-list{
	margin: 0;
	list-style: none;
	text-align: center;
}
.partner-list li{
	display: inline-block;
	padding: 0 19px;
	vertical-align: middle;
	box-sizing: border-box;
	margin: -4px 0 20px;
}
/* End Partner
------------------------------------------------------------------------------*/
/* =Home-Content
------------------------------------------------------------------------------*/
.home-content-wrapper h2{
	font: 600 24px/35px 'Open Sans';
	margin: 0 0 50px;
}
.home-content-wrapper h2 strong{
	font-weight: 700;
}
.home-content-wrapper h2 span{
	display: inline-block;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/bp2-title-stroke.png) no-repeat left center;
}
.home-content-wrapper ul{
	margin-left: 15px;
}
.home-content-inner{
	max-width: 1022px;
	margin: 0 auto;
	padding: 135px 20px 115px;
	overflow: hidden;
}
.con1 .txt-wrapper{
	float: left;
	width: 370px;
	margin-right: 80px;
}
.con1 .image-wrapper{
	overflow: hidden;
	text-align: right;
	padding-right: 55px;
}
.con2 .txt-wrapper{
	overflow: hidden;
}
.con2 .image-wrapper{
	float: left;
	width: 510px;
	position: relative;
	margin-right: 80px;
}
.download-link{
	text-decoration: none;
	background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/bp2-icon-paperclip.png) no-repeat left center;
	padding: 0 0 0 30px;
	display: inline-block;
	font-weight: 600;
	min-height: 30px;
	line-height: 30px;
}
.icon-idea{
	position: absolute;
	left: -20px;
	top: -120px;
	z-index: 10;
}
/* End Partner
------------------------------------------------------------------------------*/
/* =Subpage
------------------------------------------------------------------------------*/
.sub-nav-wrapper h2{
	font-size: 16px;
	font-weight: 700;
	margin-top: 0;
}
.content{
	overflow: hidden;
	font-size: 14px;
}
.content > div:last-child{
	margin: 0;
}
.content h2{
	font-size: 24px;
	margin: 0 0 25px;
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/bp2-subpagetitle-stroke.png") no-repeat;
	color: #42426a;
}
.content h3{
	font-size: 18px;
	margin: 0 0 15px;
	font-weight: 600;
	color: #42426a;
}
.content h3 span{
	font-weight: 800;
}
.content .img-wrapper{
	text-align: center;
}
.main-title{
	text-align: center;
	margin: 0 0 60px;
}
.main-title h2{
	display: inline-block;
	margin: 0;
}
.col-holder{
	overflow: hidden;
	color: #414141;
}
.c-holder1{
	margin: 0 0 120px;
}
.c-holder1 .txt-col{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 90px 0 0;
}
.c-holder1 .img-col{
	float: left;
	width: 50%;
	box-sizing: border-box;
	position: relative;
	text-align: right;
}
.c-holder2{
	margin: 0 0 120px;
}
.c-holder2 .txt-col{
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding: 0 0 0 90px;
}
.c-holder2 .img-col{
	float: left;
	width: 50%;
	box-sizing: border-box;
	text-align: right;
}
.img-holder{
	display: block;
	position: relative;
}
.arrow-straight{
	position: absolute;
	right: 310px;
	bottom: 0;
	z-index: 10;
}
.arrow-round{
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 10;
}
.stroke-list{
	list-style: none;
	margin: 1em 0 0 40px;
}
.stroke-list li{
	background: url("/demandit/files/M_BB941CC4DCEF687AD98/dms/Image/bp2-list-icon.png") no-repeat left 5px;
	padding: 0 0 0 27px;
	margin: 10px 0 0;
}
.stroke-list li:first-child{
	margin: 0;
}
.stroke-list strong{
	color: #42426a;
}
.col-list-wrapper{
	margin: 120px 0 0;
}
.col-list{
	list-style: none;
	margin: 0;
	font-size: 14px;
}
.col-list > li{
	width: 33.33%;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 0 0 -4px;
	padding: 0 5px;
	vertical-align: top;
}
.col-list h3{
	border-bottom: 1px solid #414141;
	font-size: 16px;
}
.col-list ul{
	list-style: disc;
	margin-left: 25px;
}
.offer-table-wrapper{
	margin: 120px 0 0;
}
.offer-table{
	text-align: left;
	font-size: 14px;
}
.offer-table tr:nth-of-type(odd) td {
  background: #eee;
}
.offer-table th{
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #42426a;
}
.offer-table td{
	padding: 5px 10px;
	border-bottom: 1px solid #42426a;
}
.offer-table ul{
	margin: 0 0 0 14px;
}
.offer-table .table-btn{
	background: #4b4b73 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	height: 33px;
	line-height: 33px;
	padding: 0 22px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	min-width: 148px;
	text-align: center;
}
.flex-content{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
	margin-bottom: 1em;
}

.flex-content iframe, .flex-content object, .flex-content embed{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* =Footer
------------------------------------------------------------------------------*/
#footer{
	background: #2c3146;
	color: #c1c2c9;
	font-size: 14px;
}
#footer a{
	color: #c1c2c9;
	text-decoration: none;
}
#footer strong{
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin: 0 0 7px;
}
.footer-inner{
	max-width: 946px;
	margin: 0 auto;
	padding: 50px 20px 170px;
	overflow: hidden;
}
.footer-links{
	float: left;
	overflow: hidden;
}
.footer-contact{
	float: right;
	margin: 0 0 0 60px;
}
.footer-contact > p{
	margin-top: 0;
}
.footer-navigation{
	float: left;
	width: 220px;
}
.footer-navigation ul{
	list-style: none;
	margin: 0;
}
.footer-navigation .social-media{
	margin-top: 20px;
	font-size: 20px;
}
.phone-dl{
	overflow: hidden;
}
.phone-dl dt{
	display: inline;
}
.phone-dl dd{
	display: inline;
}
/* End Footer
------------------------------------------------------------------------------*/
/* =Icomoon Social Media Icons as Font
------------------------------------------------------------------------------*/
@font-face {
    font-family: 'icomoon';
    src:    url('/demandit/files/M_BB941CC4DCEF687AD98/dms/font/icomoon.eot?x12shz');
    src:    url('/demandit/files/M_BB941CC4DCEF687AD98/dms/font/icomoon.eot?x12shz#iefix') format('embedded-opentype'),
        url('/demandit/files/M_BB941CC4DCEF687AD98/dms/font/icomoon.ttf?x12shz') format('truetype'),
        url('/demandit/files/M_BB941CC4DCEF687AD98/dms/font/icomoon.woff?x12shz') format('woff'),
        url('/demandit/files/M_BB941CC4DCEF687AD98/dms/font/icomoon.svg?x12shz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icomoon-"], [class*=" icomoon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icomoon-google-plus:before {
    content: "\e900";
}
.icomoon-facebook:before {
    content: "\e901";
}
.icomoon-twitter:before {
    content: "\e902";
}
.icomoon-youtube:before {
    content: "\e903";
}
/* End Icomoon Social Media Icons as Font
------------------------------------------------------------------------------*/

/* Popup Functions Infobox
------------------------------------------------------------------------------*/
.functions-infobox.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.functions-infobox .modal-content {
  position: relative;
  background-color: #f0f0f0;
  margin: auto;
  padding: 15px;
  border: 1px solid #f0f0f0;
  max-width: 400px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.functions-infobox .close-btn {
  color: #4b4b73;
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin-top: -3px;
}

.functions-infobox .close-btn:hover,
.functions-infobox .close-btn:focus {
  color: #414141;
  text-decoration: none;
  cursor: pointer;
}


/* =Media-Queries
------------------------------------------------------------------------------*/
@media only screen and (max-width: 1100px){
	.partner-list li{
		float: left;
		display: block;
		width: 33.33%;
	}
	.footer-links{
		width: 100%;
		margin: 0 0 20px;
	}
	.footer-contact{
		float: none;
		margin: 0;
	}
}
@media only screen and (max-width: 1000px){
	.btn-free{
		display: none;
	}
	#main-nav{
		float: right;
		margin-left: 0;
	}
	.con1 .image-wrapper{
		padding: 0;
	}
	#popup {
		left: 5%;
		margin: 100px 0 0;
		width: 90%;
	}
}
@media only screen and (max-width: 850px){
	#main-nav{
		display: none;
	}
	#mobile-nav-opener{
		display: block;
	}
	#content-nav-mobile{
		display: block;
	}
	.sub-nav-wrapper{
		display: none;
	}
	.partner-list li{
		width: 50%;
	}
	.home-content-inner{
		padding: 30px 20px 25px;
	}
	.con1 .txt-wrapper{
		float: none;
		width: auto;
		margin: 0;
	}
	.con1 .image-wrapper{
		float: none;
		text-align: left;
	}
	.con2 .image-wrapper{
		float: none;
		width: auto;
		margin: 0;
	}
	.con2 .txt-wrapper{
		float: none;
	}
	.icon-idea{
		display: none;
	}
	.arrow-straight{
		display: none;
	}
	.col-list li{
		width: 50%;
	}
	.offer-table, .offer-table thead, .offer-table tbody, .offer-table th, .offer-table td, .offer-table tr {
		display: block;
	}
	.offer-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.offer-table tr { border: 1px solid #ccc; }
	.offer-table td{
		padding-left: 100px;
	}
	.offer-table td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}
	.offer-table td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
	.offer-table td:nth-of-type(1):before { content: "Wer"; }
	.offer-table td:nth-of-type(2):before { content: "Vollversion"; }
	.offer-table td:nth-of-type(3):before { content: "Export"; }
	.offer-table td:nth-of-type(4):before { content: "Preis"; }
	.offer-table td:nth-of-type(5):before { content: "Laufzeit"; }
}
@media only screen and (max-width: 750px){
	.user-txt{
		display: none;
	}
	.footer-navigation{
		width: auto;
		padding-right: 30px;
		margin: 0 0 30px;
	}
	.c-holder1{
		margin: 0 0 40px;
	}
	.c-holder1 .txt-col{
		float: none;
		width: auto;
		margin: 0 0 20px;
		padding: 0;
	}
	.c-holder1 .img-col{
		float: none;
		width: auto;
		text-align: left;
	}
	.c-holder2 .txt-col{
		float: none;
		width: auto;
		padding: 0;
	}
	.c-holder2 .img-col{
		float: none;
		width: auto;
		text-align: left;
		margin: 0 0 20px;
	}
	.col-list li{
		width: 100%;
	}
	.iframe-wrapper .left-col{
		width: auto;
		float: none;
		margin: 0 0 40px;
		padding: 0;
	}
	.iframe-wrapper .right-col{
		width: auto;
		float: none;
		padding: 0;
	}
}
@media only screen and (max-width: 600px){
	.footer-navigation,
	.footer-contact{
		width: 100%;
		padding: 0;
	}
}
@media only screen and (max-width: 450px){
	.logo{
		float: none
	}
	.visual h2{
		font-size: 26px;
		line-height: 32px;
	}
	.visual h3{
		margin-top: 20px;
	}
	.visual .btn{
		margin: 0 0 10px;
	}
	.partner-list li{
		width: 100%;
	}
	.subpage-content{
		padding-left: 0;
		padding-right: 0;
	}
	.subpage-content-inner{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 400px){
	.form-wrapper label{
		width: auto;
		float: none;
	}
}
/* End Media-Queries
------------------------------------------------------------------------------*/




