body {
	color: #333;
	text-align: center;
	font-size: 1em;
	font-family: 'Titillium Web', sans-serif;
	position: relative;
}
html {
	height: 101%;
}
/*
blau 		#0084C5
blaugrau	#1C5582
hellgrau bg	#CAD8E1
*/

#footer .inner,
#wrapper {
	text-align: left;
	margin: auto;
	padding-top: 50px;
	max-width: 760px;
	background-color: #dfdfdf;
	box-shadow: 0px 0px 5px 1px #b3b3b3;
}

#header {
	width:100%;
	/**
	background: url(../../images/logo.png)no-repeat;
	background-size: contain;
	height:150px;	
	background-size: 700px;
	background-position: center;	
	*/
}

#logo_container {
	margin: 0 30px;
}

#logo_container img {
	width:100%;
}




/*******************************/
/*Content*/
/*******************************/


#content {
	padding-top:55px;
	position: relative;
	
}


#top_text {
	margin:0 30px;
	font-size: 16px !important;
	line-height: 30px;
	font-weight:700;
	color: #005c9c;
}


#magazin_text p {
	
		font-weight:500 !important;
}

#graph_container{
	width:100%;
	padding: 35px 0 100px 0;
	position: relative;
}

#graph_bg {
	width: 100%;
	background-color: #f1f1f1;
	height: 220px;
	position: absolute;
	z-index: 1;
	margin: 115px 0;
	border-bottom: 1px solid #8dc8ce;
	border-top: 1px solid #8dc8ce;
}

#graph_container img {
	width: 100%;	
	z-index: 2;
	position: relative;
}


.content_box {
	position: absolute;
	background-color: #fff;
	width: 120px;
	height: 110px;
	box-shadow: 2px 2px 7px 2px #b3b3b3;
	z-index:3;
	color: #005c9c;
	padding: 5px 10px;
	text-align: center;
}

.content_box p {
	margin: 5px 0;
	text-align: left;
	font-weight: 300;
	font-size: 16px !important;
}

.content_box h3 {
	margin: 0;
}

.content_box h3 a {
	text-transform: Uppercase;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	color: #005c9c;
}



#top_left_box {
	left: 70px;
	top: 275px;
}

#top_right_box {
	left: 572px;
	top: 235px;
}

#top_center_box {
	left: 340px;
	top: 215px;
}
/**
#bottom_right_box {
	right: 30px;
	top: 500px;
}
*/



/*****/



#content {
	color: #333;
}

#content h1 {
	font-size: 24px;
	font-weight: 600;
}

#content p {
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
}

.content_full {
	margin: 30px 25px;
	font-size: 14px;
}


.content_colum h2 {
	font-weight:700;
	font-size: 14px;
	margin: 0;
	color: #005c9c;
}

.content_full  h3 {
	font-weight:600;
	font-size: 14px;
	margin:0;
	color: #005c9c;
}

.content_full  a {
	text-decoration: none;
	color: #333;
}


.content_full  h1 {
	font-weight: 700;
	margin-top:0;
	color: #005c9c;
}

.content_full  form a { 
	color: #005C9C;
}


.textlink {
	font-size: 18px;
	font-weight: 600;
	color: #005c9c !important;
}

/** FORM */

label {
	font-size: 14px;
}

.text_input { 
    border: 1px solid #CCCCCC;
    color: #333333;
    height: 23px;
    width: 214px;
}

select {
    border: 1px solid #CCCCCC;
    color: #333333;
    height: 25px;
    line-height: 25px;
    width: 100px;
}

.button ,
button {

   background-attachment: scroll;
    background-clip: border-box;
    background-color: #005C9C;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    color: #FFFFFF !important;
    font-size: 17px;
    font-weight: 800;
    padding: 5px 40px;
	box-shadow: 0px 0px 5px 1px #b3b3b3;
}

a.button {
	text-decoration: none;
}

button:hover {
	background-color: #0068b1;
}

button:active {
	background-color: #004270;
}


.error {
	color: #FF0000;
    margin: 0;
	display: none;
}




/**NEW FORM */


.error {
	margin-left: 40%;
	line-height: 20px !important;
}


.form_column {
	width: 46%;
}

.form_row {
	margin-bottom: 15px;
	height: 25px;
}

.form_full_row {
	margin: 20px 0;
}

.form_label {
	width: 40%;
	float: left;
}

.form_checkbox {
	float: left;
	height: 45px;
	margin-right: 7px;
	margin-top: 2px;
}

.checkbox_label {
	margin-left: 20px;
}


.form_doubleinput {
	width: 57%;
	float: left;
}

.text_input { 
    border: 1px solid #CCCCCC;
    color: #333333;
    height: 23px;
    width: 56%;
    -webkit-border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}






#Strasse {
	width: 75%
}

#Hausnummer {
	width: 20%;
	float: right;
}

#PLZ ,
#Vorwahl{
	width: 25%;
}

#Ort,
#Rufnummer {
	width: 70%;
	float: right
}



#part_1,
#part_4 ,
#part_6{
	float: left;
}

#part_2,
#part_5,
#part_7 {
	float: left;
	margin-left: 53px;
}

#part_6 .error,
#part_7  .error{
	margin: 0;
}






.content_colum {
	width: 330px;
	float: left;
}

.content_colum h1 {
	font-weight: 700;
	margin-top:0;
	color: #005c9c;
}

.content_colum h2 {
	font-weight:700;
	font-size: 14px;
	margin: 0;
	color: #005c9c;
}

.content_colum h3 {
	font-weight:600;
	font-size: 14px;
	margin:0;
	color: #005c9c;
}

.content_colum a {
	text-decoration: none;
	color: #333;
}

.content_colum img {
	width: 100%;
}

.colum_left {
	margin-left: 30px;
	font-size: 14px;
}

.colum_right {
	margin-left: 40px;
}

.colum_right #shop_link {
	text-align: right;
	color: #333;
}
.colum_right #shop_link a {
	color: #005c9c;
}


.lightboximg {
	width: 80% !important;
	cursor: pointer;
	position: relative;
}


.active {
	z-index:100 !important;
	-webkit-animation: zoomin 1s forwards ease ;
	-moz-animation: zoomin 1s forwards ease;
	-o-animation: zoomin 1s forwards ease;
	animation: zoomin 1s forwards ease;
}

.zoomout {
	-webkit-animation: zoomout 1s ease ;
	-moz-animation: zoomout 1s ease;
	-o-animation: zoomout 1s ease;
	animation: zoomout 1s ease;
}

#clickimage_1 {
	z-index: 1;	
}

#clickimage_2 {
margin-top: -250px;
margin-left: 40px;
z-index: 2;
}

#clickimage_3 {
margin-top: -250px;
margin-left: 85px;
z-index: 3;
}


#cboxLoadedContent img {
	width: 100%;
}


.image_border {
	border: 3px solid #fff;
}


.clr {
	clear: both;
}


@-webkit-keyframes zoomin {
	from {-webkit-transform:scale(1.000);}
	to {-webkit-transform:scale(1.1);}
}


@-moz-keyframes zoomin {
	from { -moz-transform:scale(1.000);}
	to {-moz-transform: scale(1.1);}
}

@-o-keyframes zoomin {
	from { -o-transform:scale(1.000);}
	to {-o-transform: scale(1.1);}
}

@keyframes zoomin {
	from { transform:scale(1.000);}
	to {transform: scale(1.1);}
}


@-webkit-keyframes zoomout {
	from {-webkit-transform:scale(1.1);}
	to {-webkit-transform:scale(1.000);}
}


@-moz-keyframes zoomout {
	from { -moz-transform:scale(1.1);}
	to {-moz-transform: scale(1.000);}
}

@-o-keyframes zoomout {
	from { -o-transform:scale(1.1);}
	to {-o-transform: scale(1.000);}
}

@keyframes zoomout {
	from { transform:scale(1.1);}
	to {transform: scale(1.000);}
}

/****************************/
/*FOOTER*/
/***************************/
#footer  {
	text-align: right;	
	padding: 15px 30px;
}
#footer a {
	text-decoration: none;
	color: #333;
	font-weight: 400;
}




@media screen and (max-width: 768px) {
	#wrapper {
		width: 700px;
	}
	
	#graph_bg {
		height: 205px;
		margin: 105px 0;
	}
	
	
	#top_center_box {
		left: 305px;
		top: 210px;
	}
	
	#top_right_box {
		left: 530px;
		top: 230px;
	}
	
	.content_colum {
		width: 40%;
	}
	
	#clickimage_2 {
		margin-top: -230px;
		margin-left: 40px;
	}
	
	#clickimage_3 {
		margin-top: -230px;
		margin-left: 85px;
	}


	#cboxLoadedContent img {
	width: 200%;
	}
	
	.form_column {
		width: 400px;
	}
	
	#part_2,
	#part_5,
	#part_7 {
		margin-left: 0;
	}
	
	#mag_btn_abo,
	#mag_btn_buy {
		float: left !important;
		margin-top: 10px;
	}
}

@media screen and (max-width: 400px) {
	#wrapper {
		width: 100%;
	}
	
	#graph_container{
		display: none;
	}
	
	#top_text {
		margin: 0 20px 20px;
	}
	
	#logo_container {
		margin: 0 10px;
	}
	
	.content_box {
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		width: auto !important;
		box-shadow: none;
		border-bottom: 1px solid #b3b3b3;
	}
	
	.content_colum {
		width: auto !important;
		margin-left:20px;
		margin-right: 20px;
	}
	
	.content_colum img {
		margin-top: 30px;
	}
	
	#cboxLoadedContent img {
	width: 300%;
	}
	
	
	
	
	.content_full {
		font-size: 12px;
	}
	
	
	.form_column {
		width: 100%;
	}
	
	
	#btn_kaufen {
		text-align: center;
	}
	
	#btn_kaufen button {
		float: none !important;
	}
	

	#mag_btn_buy {

		margin-left: 10px;
	}
	
	#btn_validate_buy {
		margin-top: 10px;
	}
	
}


@media screen and (max-width: 380px) {
	#mag_btn_abo,
	#mag_btn_buy {
		float: left !important;
		margin-top: 10px;
		margin-left: 0;
	}

}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:1000; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}



