/*! Mandala-Bilder.de */

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */




/* alegreya-sans-regular - latin */
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/alegreya-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Alegreya Sans Regular'), local('AlegreyaSans-Regular'),
       url('../fonts/alegreya-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/alegreya-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/alegreya-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/alegreya-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/alegreya-sans-v9-latin-regular.svg#AlegreyaSans') format('svg'); /* Legacy iOS */
}

/* alegreya-sans-500 - latin */
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/alegreya-sans-v9-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Alegreya Sans Medium'), local('AlegreyaSans-Medium'),
       url('../fonts/alegreya-sans-v9-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/alegreya-sans-v9-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/alegreya-sans-v9-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/alegreya-sans-v9-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/alegreya-sans-v9-latin-500.svg#AlegreyaSans') format('svg'); /* Legacy iOS */
}






/* amaranth-regular - latin */
@font-face {
  font-family: 'Amaranth';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/amaranth-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Amaranth Regular'), local('Amaranth-Regular'),
       url('../fonts/amaranth-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/amaranth-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/amaranth-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/amaranth-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/amaranth-v9-latin-regular.svg#Amaranth') format('svg'); /* Legacy iOS */
}

/* amaranth-700 - latin */
@font-face {
  font-family: 'Amaranth';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/amaranth-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Amaranth Bold'), local('Amaranth-Bold'),
       url('../fonts/amaranth-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/amaranth-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/amaranth-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/amaranth-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/amaranth-v9-latin-700.svg#Amaranth') format('svg'); /* Legacy iOS */
}





html,
button,
input,
select,
textarea {
    color: #222;
}

html {
	font-family: 'Alegreya Sans', sans-serif;
}

body {
	font-size: 1.02em; 
	/*line-height: 1.6; */
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
/* Grid
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 90%;
    padding: 0; }
}

/* For devices larger than 850px */
@media (min-width: 1001px) {
  .container {
    width: 90%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }	
}

/* Clearing
末末末末末末末末末末末末末末末末末末末末末末末末末 */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


h1 {
	font-family: 'Amaranth', sans-serif;
	font-size: 2.2em; 
	font-weight: 400;
	color: #ff3200;
	margin: 0.4em 0;
}
h2 {
	font-family: 'Amaranth', sans-serif;
	font-size: 1.75em;
	font-weight: 400;
	color: #ff3200;
}
h3 {
	font-family: 'Amaranth', sans-serif;
	font-size: 1.25em; 
	color: #ff3200;
	font-weight: 300;
}

p {
	font-size: 1.25em; 
	line-height:1.5; 
	font-weight: 300;
}

img {
	max-width:100%;
}



a {
	color:#000;
	text-decoration: underline;

}

a:hover {
	color:#000;
	text-decoration: underline;
}





.headline_container {
	background:#fdc435;
	padding: 1.25em; /*25px*/
}

.headline_text{
	float:left;
	color:#fff;
	font-size: 1.25em; /*20px*/
	line-height:1.5; /*30px*/
	max-width:80%;
	visibility:hidden;
	display: none;
}

.small_menu {
	float:right;
	cursor:pointer;
	padding-top:0.5em;
}

.header_image {
	background: -moz-linear-gradient(top, #fdc435, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#fdc435), to(#fff));
	background:linear-gradient(0deg, #fff 0%, #fdc435 100%);
	margin-bottom:1.2em;
}

#top_nav {
	visibility: hidden;
	display: none;
	margin-bottom:1.875em;
}

#top_nav ul{
	margin-top:0;
}

#top_nav .to_home{
	padding-left:2em;
}

.show_menu {
	visibility:visible !important;
	display: block !important;
}

#navigation_container {
	visibility: hidden;
	display: none;
}

.navigation {
	padding:0;
}

.navigation li.top_item {
	background-color:#ffa300;
	font-family: 'Amaranth', sans-serif;
	font-size:1.25em; /*20px*/
	color:#FFF;
	padding:0.5em 1em; /*10px 20px;*/
}

.navigation li.sub_item {
	font-family: 'Alegreya Sans', sans-serif;
	font-size:1.25em; /*20px*/
	border-bottom:1px solid #CCC;
}

.navigation li.sub_item > a {
	text-decoration:none;
	color:#000;
	display:block;
	padding-top:0.5em; /*10px;*/
	padding-bottom:0.5em; /*10px;*/
	padding-left:2.0em; /*10px;*/
}

.navigation li.sub_item > a:hover {
	background:#fdedba;
}

.to_home {
	margin-top:1.8em;
}

.to_home a {
	text-decoration:none;
	font-size:1.25em; /*20px*/
	color:#999999;
}

.main {
}

.sub_nav {
	font-family: 'Alegreya Sans', sans-serif;
	font-size:1.16em; /*20px*/
	line-height:1.25;
	text-align:center;
	background-color:#999999;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	margin:0.0em 0.25em 0.8em 0em;
	padding:0.8em 1.0em;
	width:145px;
}
.sub_nav:hover {
	background-color:#ffa300;
}



.current{
	font-family: 'Alegreya Sans', sans-serif;
	font-size:1.16em; /*20px*/
	line-height:1.25;
	text-align:center;
	background-color:#ffa300;
	color:#000000;
	text-decoration:none;
	display:inline-block;
	margin:0.0em 0.25em 0.8em 0em;
	padding:0.8em 1.0em;
	width:145px;
}

.current:hover {
	background-color:#ffa300;
}




.ads {
	margin-bottom: 1.25em;
}

.ads p {
	margin:0;
	padding:0;
	font-size:0.875em;/*14px;*/
}


.ads2 {
	margin-bottom: 1.25em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	visibility:hidden;
	display: none;
	text-align: right;
}

.ads2 p {
	margin:0;
	padding:0;
	font-size:0.875em;/*14px;*/
	color: #8a8a8a;
}

.ads2-2 {
	margin-bottom: 1.25em;
	text-align: right;
}

.ads2-2 p {
	margin:0;
	padding:0;
	font-size:0.875em;/*14px;*/
	color: #8a8a8a;
}


.ads3 {
	margin-bottom: 1.25em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	visibility:hidden;
	display: none;
	text-align: right;
}

.ads3 p {
	margin:0;
	padding:0;
	font-size:0.875em;/*14px;*/
	color: #8a8a8a;
}



.ads3-2 {
	margin-bottom: 1.25em;
	text-align: right;
}

.ads3-2 p {
	margin:0;
	padding:0;
	font-size:0.875em;/*14px;*/
	color: #8a8a8a;
}



.ads-digistore {
	margin-bottom: 1.25em;
	text-align: right;
}

.ads-digistore p {
	margin:0;
	padding:0;
	font-size:0.875em;
	color: #8a8a8a;
}




.ads-digistore-o {

	padding: 1em 0em 1em 0em;
	text-align: right;
	text-align: center;

}

.ads-digistore-o p {
	font-size: 1em;
	color: #8a8a8a;
}





.amazon p {
	margin:0;
	padding:0;
	font-size:0.875em;
}



.anzeige p {
	margin-bottom: 20px;
	padding:0;
	font-size:0.875em;
	text-align: right;
}






.fixed_image_size img {
	max-width:none;
}

.fixed_image_size  div {
	display: inline-block!important;
	float:left!important;
	width:auto!important;
	margin-left:0!important;
	margin-right:8.0%;
}

.link_four.fixed_image_size div {
	margin-right:2.0%!important;
}

.link_four, .link_two, .link_one{
	margin-bottom:1.5em;
	font-size:1.25em; /*20px*/
}

.link_four div {
	width:22%;
	margin-left:4%;
}

.link_two div {
	width:48%;
	margin-left:4%;
}

.link_four div:first-child , .link_two div:first-child {
	margin-left:0;
}

.link_four div, .link_two div{
	display:inline-block;
	float:left;
}

.link_four a, .link_two a, .link_four p, .link_two p, .link_one a{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-size:1em;
	margin-top:2%;

}

.link_four a:hover, .link_two a:hover{
	text-decoration:underline;
}

.print {
	background-color:#fff3d5; /*#fed777;*/
	font-size:1.25em; /*20px*/
	padding:0.4em 1em; /*12px 20px;*/
	text-align:center;
	display:block;
	text-decoration:none;
	color:#000;
	width:48%;
	margin-left:26%;
	margin-bottom:1.5em;
}

.print:hover{
	text-decoration:underline;
}

.task, .rules {
	border: 0.1em solid #8C8C8C;
	padding:0 1.25em 1.25em 1.25em;
	margin-bottom:1.5em;
}

.task:after, .rules:after {
	clear:both;
}

.image_right img, .image_ads_right .image_ads{
	float:right;
	margin:0.6em;
	width:33%;
}

.image_left img, .image_ads_left .image_ads{
	float:left;
	margin:0.6em;
	width:33%;
}

.bold {
	font-weight:500;
}

.answer_button, .hint_button {
	color:#FFF;
	background-color:#999999;
	padding:0.6em 1em; /*12px 20px;*/
	text-decoration:none;
	display:inline-block;
}

.answer {
	display:none;
}

.answer_button:hover , .hint_button:hover{
	text-decoration:underline;
}

.pdf_reader_section {
	background:#ffa300;
	color:#FFF;
	padding:0.75em 0;
	margin-top:5.5em;
	width:100%;
	text-align:center;
}

.pdf_reader_section h1{
	color:#FFF;
}


.pdf_reader_section h2{
	color:#FFF;
}






.pdf_reader_section_index {
	background:#ffa300;
	color:#FFF;
	padding:0.75em 0;
	width:100%;
	text-align:center;
}

.pdf_reader_section_index h1{
	color:#FFF;
}


.pdf_reader_section_index h2{
	color:#FFF;
}


.pdf_reader_section_index {
	text-align:left;
	width:65.3333333333%
	text-align:left;
}






.footer {
	background-color:#333;
	padding:3.125em 0 7.125em 0;
	line-height: 2.4;
}

.footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.footer a {
	line-height:1.5em;
	color:#FFF;
	text-decoration:none;
	font-size:1.25em;
}

.footer a:hover {
	color:#fdedba;
	text-decoration: underline;
}

.copyright {
	font-size:1.125em;
	color:#999999;
	text-align:center;
}

.social_link {
	display:inline-block;
	margin-bottom:3em;
	margin-left:1em;
	margin-right:1em;
}

.social_link:first-of-type {
	
}

.footer_links {
	text-align:center;
	padding-bottom:3.625em;/*58px;*/
	width: 100%;
	margin-left: 4%;
	float: left;
	box-sizing: border-box;
}

.footer_links:first-child{
    margin-left: 0;
}

.footer_social_links {
	width:100%;
	text-align:center;
	padding-bottom:3.625em;
}

.rules ul, .task ul {
	padding-right: 1.25em;
}

.rules li, .task li{
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 20px;
}



.rules2 ul, .task ul{
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 300;
}



.center {
	text-align:center;
}

.hint {
	border-bottom:0.1em solid #888;
	margin-bottom:1em;
	padding-bottom:1em;
}







/* Mobile Darstellung ausblenden */

/* ---------------------------- */


@media (min-width: 1001px) {


.headline_text {
	visibility:visible;
	display:block;
}

}




@media (min-width: 1000px) {


.ads3 {
	visibility:visible;
	display:block;
}

}



@media (min-width: 1000px) {


.ads2 {
	visibility:visible;
	display:block;
}

}



/* ---------------------------- */




@media (min-width: 1px) {

html {
	font-size: 90%;
}

}





@media (min-width: 481px) {

html {
	font-size: 90%;
}

}



@media (min-width: 1001px) {

html {
	font-size: 100%;
}


.headline_text {
	visibility:visible;
	display:block;
}






#navigation_container {
	visibility:visible;
	display:block;
}

.small_menu {
	visibility:hidden!important;
	display: none!important;
  }
  
 #top_nav {
 	visibility:hidden!important;
	display: none!important;
 }
  
.headline_text {
	float:none;
	text-align:center;
	max-width:100%;
}

.pdf_reader_section {
	text-align:left;
	width:65.3333333333%
	text-align:left;
}

.footer_links {
	text-align:left;
	width: 30.6666666667%;
}

.footer_social_links {
	width: 30.6666666667%;
	text-align:center;
	margin-left:4%;
	float:left;
}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





/* ==========================================================================
   Bilder 100% links oder rechts ausrichten
   ========================================================================== */


.imagebox-r {
	
	float: right;
	width: auto;
	margin-top: 0.5em;
	margin-right: 0.0em;
	margin-bottom: 1.5em;
	margin-left: 2.0em;	

}


.imagebox-l {
	
	float: left;
	width: auto;
	margin-top: 0.5em;
	margin-right: 2.0em;
	margin-bottom: 1.5em;
	margin-left: 0.0em;

}




.imagebox-r-l {
	
	float: left;
	width: 30%;

	margin-top: 0.5em;;
	margin-right: 0.5em;;
	margin-bottom: 0.5em;;
	margin-left: 0.0em;


}



.imagebox-l-r {
	
	float: right;
	width: 20%;

	margin-top: 0.0em;;
	margin-right: 0.0em;;
	margin-bottom: 0.0em;;
	margin-left: 1.5em;


}




.farbe {
	color: #000000;
	font-size: 2.2em; /*28px*/
}



.task2 {
	border-bottom: 0.1em solid #8C8C8C;
	padding:0 1.25em 1.25em 1.25em;
	margin-bottom:2.5em;
}










/* icons */

div#icons
{
  margin-top: 20px;
  margin-bottom: 20px;
}

div#icons a:hover
{
  text-decoration: none;
}

div.icon
{
  margin-top: 20px;
  float: left;

  margin-right: 1.8%;
  font-size: 13px;
  text-align: center;
}

div.icon img
{
  width: 170px;
  height: 170px;
  border: 1px solid #808080;
  margin-bottom: 5px;
}

div.icon a
{
  color: #2D2D2D;

}

div.icon:hover a
{
  color: #000000;

}

div.icon:hover img
{
  border: 1px solid #ffa300;
}


.clear
{
  clear: both;
  padding-top:2em;

}







/* icons2 */



div#icons2
{
  margin-top: 10px;
  margin-bottom: 20px;
}



div.icon2
{
  margin-top: 20px;
  float: left;
  margin-right: 8.5%;

}





#infobox {
	padding: 20px;
	border: thin solid #8C8C8C;
	width: auto;
	margin-top: 25px;
	margin-bottom: 20px;

}




/* ==========================================================================
   Video in einem responsive Webdesign nutzen
   ========================================================================== */



.elastic-video {
	position: relative;
	padding-bottom: 54%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ==========================================================================
   Startseite Kinder-Mandala
   ========================================================================== */

@media screen and (min-width: 950px) {
    #menu {
        float: right;
    }


.textblock-leftimg img {
        float: left;
    }

}



.textblock-leftimg, .textblock-rightimg {
    overflow: auto;
    padding: 20px;

}



.textblock-leftimg img, .textblock-rightimg img {
    max-height: 450px;
    padding: 10px 10px 10px 10px; 

    max-width: 100%;
}






/* ==========================================================================
   Icon Bilder auf der Startseite
   ========================================================================== */

@media screen and (max-width: 849px) {

div.icon img {
  width: 120px;
  height: 120px;

}

}




/* ==========================================================================
   Bilder mittig
   ========================================================================== */


.imgblock {
    padding: 20px;
    text-align: center;
}

.imgblock img {
    max-width: 100%;
}






/* ==========================================================================
   Bestell-Button - Premium-Mandalas
   ========================================================================== */


.print2 {
	background-color:#fcc141;
	font-size:2.0em;
	line-height: 1.1em; 
	padding:0.8em 0.5em;
	text-align:center;
	display:block;
	text-decoration:none;
	color:#000000;
	margin: 1.5em;
	border-radius: 15px;
}

.print2:hover{
  background-color: #fdbc2f;
  color: #000000;
  text-decoration: none;
}






/* ==========================================================================
   Bestell-Button bei Mobile
   ========================================================================== */


@media screen and (max-width: 599px) {


.print2 {
	background-color:#fcc141;
	font-size:1.3em; 
	padding:0.6em 1em; /*12px 20px;*/
	text-align:center;
	display:block;
	text-decoration:none;
	color:#000000;

	margin-bottom:1.5em;
    }


}




/* ==========================================================================
   Clearfix
   ========================================================================== */



/*
 * Clearfix2: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix2:before,
.clearfix2:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix2:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix2 {
    *zoom: 1;
}






/* ==========================================================================
   Links im Blog
   ========================================================================== */


.blog a {
	color: #d2923f;
	text-decoration: none;
}
.blog a:hover {
	color: #9d6d3e;
}
.blog h1 {
	color: #d2923f;
	text-decoration: none;
}
.blog h2 {
	color: #d2923f;
	text-decoration: none;
}
.blog h3 {
	color: #d2923f;
	line-height:1.5;
	text-decoration: none;
}



.weiterlesen p {
	font-size: 1.5em;

}




.textbild {
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    margin-top: 1px;
    margin-bottom: 40px;
}





/* ==========================================================================
   Links im Text
   ========================================================================== */


.textlink a {
	color: #111111;
	text-decoration: none;
}
.textlink a:hover {
	color: #666666;
}







/* ==========================================================================
   Bestellformular
   ========================================================================== */


#contact-form {
    margin-top: 40px;
    padding: 0 0px;

}

#contact-form h2 {
    text-align: center;
}

#contact-form .bold {
    font-weight: bold;
}

#contact-form-content {
    width: auto;
    margin: auto;
}

#contact-form form {
    text-align: center;
}

#contact-form label {
    font-size: 1.25em;
}

#contact-form input {
    border: none;
    background: #006298;
    color: #FFF;
    padding: 0 20px;
    height: 44px;
    font-weight: bold;
    font-size: 19px;
    text-align: left;
    white-space: nowrap;
    margin: 5px 5px 17px 0;
    width: 80%;
    cursor: text;
    text-align: center;
}


@media screen and (max-width: 850px) {	
	#contact-form input {
		width: 80%;
	}
}




#contact-form input[type=submit], #contact-form input[type=checkbox] {
    cursor: pointer;
}

#contact-form textarea {
    width: 80%;
    height: 16em;
    font-size: 19px;
    line-height: 1.4em;
    padding: 9px;
    margin: 18px;
    background: #FFF;
    border-color: #006298;
}


@media screen and (max-width: 850px) {	
	#contact-form textarea {
		width: 80%;
	}
}




#contact-form input[type=checkbox] {
    height: 20px;
    width: 25px;
}

#contact-form input[type=submit] {
    width: 290px;
    height: 70px;
    text-align: center;
}

#contact-form .checkbox-label {
    font-size: 19.5px;
}

#captcha {
	display: table;
	overflow: auto;
	background-color: #F9F9F9;
	border: 1px solid #D3D3D3;
	text-align: left;
	padding: 10px 25px 8px;
	border-radius: 2px;
	margin: 2em auto;
}

#captcha input {
	border: 1px solid #D3D3D3;
	background: #FFFFFF;
	color: #000000;
	padding: initial;
	margin: initial;
	font-weight: normal;
	width: 45px;
	height: initial;
}

#captcha img {
	vertical-align: text-bottom;
}

#captcha-title {
	font-size: 16px;
}

#captcha-schloss {
	float: right;
	margin-left: 35px;
	margin-top: -25px;
}

/*Die Farbe der Umrandung der Input-Felder (ist die selbe Farbe wie alle anderen Farbelemente auch, nur transparent)*/
textarea:focus, input:focus, button:focus {
    border-color: rgba(230, 61, 37, 0.8);
    box-shadow: 0 1px 1px rgba(230, 61, 37, 0.075) inset, 0 0 4px rgba(230, 61, 37, 0.6);
    outline: 0 none;
}

@media screen and (max-width: 1200px) {
    #contact-form {
        padding: 0 20px;
    }

    #contact-form-content {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {	
	#captcha-schloss {
		display: none;
	}
}


