/*farben 
beige:#fcf8ea
logo wup: #F1B52F
orange:#ea8925
darkgrau: #4a4a49;
 */

/*CONTENT ALLE AUFLÖSUNGEN */
/*MAIN */
body {
    background-color:#ffffff;
    font-family: pt sans;
    color:#575757;
    font-size:17px;
    line-height:22px;
}


.reframe { 
    margin: 0 auto; 
    width:100%;
    max-width:1550px;
}

header, main, footer, #ad {
    clear:both; 
    width:auto;
    margin: 0 auto;
}

header {
    height:150px;  
    background:#4a4a49;
}

#ad {
    background:#ea8925;
    height:40px;
    width:100%;
    float:left;
}

#ad .adcenter {
    margin: 0 auto;
    width:auto;
}

footer {
    padding-top:20px; 
}

header .reframe { 
   height:100px; 
}

#logohead  {
    display:block;
    width:190px;
    float:left;
    margin-left:10px;
}

#logohead  img {
    width:190px;
}

main {
    background-color:#ffffff;
    border:0px solid blue;
    margin:0px;
    padding:0px;
    float:right;
    width:100%;
}

#side { 
    float:left;
    width:100%;
    min-height:500px;
    border-radius: 40px 40px  40px 40px;
    background:#ea8925;
    padding:0px;
}

footer {
    background:#4a4a49; 
}

footer .reframe {
    margin: 0 auto; 
    width:100%;
}


/* article*/
main article {
    width:100%;
    min-height:500px;
    float:right;
}

main article section {
    background-color:white;
    border-bottom:5px dotted #ea8925;
    padding:10px;
}

main article section.c-back {
    background-color:#fbe2ba;
}

main article section.p-back {
    background-color:#fbe2ba;
    background-image:url("https://www.media-tours.de/hp/pics/icons/ic_new_releases_white_48dp_2x.png");
    background-repeat: no-repeat;
    background-position: 90% bottom;
    background-size: 70px 70px;
} 
/*background icons*/
main article section.rennrad {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/rennrad.png");
}
main article section.tourenrad {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/tourenrad.png");
}   

main article section .textblock, main article section .t-block {
    border:0px solid red;
    float:left;
    width:60%;
}

main article section .p-block {
    border:0px solid green;
    float:right;
    width:35%;
}  

section.teilinhalt:after, div.teilinhalt:after, section.s-part:after{
   display: block;
   clear: both;
   content: " ";
}
 
 
 /*figure new*/ 
 main article figure {
    width:100%;
    height:auto;
    position:relative;
    float:right;
    margin-top:20px; 
}

main article figure.t-sub {
    margin-bottom:10px;
}

main article figure.t-sub img {
    border-radius: 40px 40px  40px 40px;
}


main article figure img {
    width:100%;
    height:auto;
    float:right;
    border-radius: 40px 40px  40px 40px;
}


main article figure.s-img img {
    width:50%;
    border-radius: 20px;
}

main article figure.s-img figcaption {
  float:right;
}

main article figure.no-radius img {
    border-radius: 0px;
}


main article figure figcaption {
    background-color: #ea8925;
    color:#ffffff;
    padding:6px;
    font-size:15px;
    position:absolute;
    bottom:0px;
    right:0px;
    height:auto;
}   

main article figure.t-sub figcaption {
    background-color: #ffffff;
    color:#ea8925;
    position:static;
    margin-bottom:30px;
    font-weight:bold;
    text-align:right; 
}

main article .picrow  {
   float:right;
   border:1px solid white;
   width:500px;
}

main article .pics {
     float:right;
     border:1px solid white;
     width:400px;
}
 
main article .pics img{
   float:right;
   width:300px;
}

/*figure big*/ 
main article figure.xl-pic {
    width:100%;
    margin:0px;
    position:relative;
}

main article figure.xl-pic img {
    width:100%;
    border-radius: 40px 40px  40px 40px;
}

 
 /*SIDE*/
#side section {
    border-bottom:5px dotted#ffffff;
    margin-bottom:20px;
    float:left;
    padding-left:5%;
    padding-top:10px;
    width:90%;  
}

#side section a {
    text-decoration:none;
}

#side section a {
    display:block;
    font-size:26px;
    line-height:28px;
    font-family: 'Dosis';
    font-weight:700;
    color:#FFFFFF;
    margin-bottom:10px;
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_rechts_1.png");
    background-size:15px;
    background-repeat: no-repeat;  
    background-position: 95% 50%;
} 

#side section a.side-ext {
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_ext2.png");
    background-position: 98% 18%;
} 

#side section a.side-af {
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_ext_af.png");
    background-position: 98% 18%;
}



#side section h3 {
margin-bottom:10px;
font-size:26px;
    line-height:28px;
    font-family: 'Dosis';
    font-weight:700;
    color:#ffffff;
}
   
#side section p {
    font-size:18px;
    font-weight:100;
    color:#FFFFFF;
    margin-bottom:0px;
}
  
  
#side section figure {
    width:100%;
    float:left;
    margin-bottom:20px;
}


#side section figure img {
    width:100%;
    border-radius: 20px 20px  20px 20px;
}

#side section figure img:hover {
    opacity:0.7;
}


#side section figure figcaption {
    color:  #ffffff;
    font-weight:bold;
    padding:0px;
    font-size:18px;
    width:100%;
    margin-top:5px;
}   

 /*small pic*/
#side  section figure .cent-s {
    display: block;
    width:156px;
    margin: 0 auto;
    border-radius:0px; 
 }
 
#side  section figure .cent-p {
    display: block;
    width:50%;
    margin: 0 auto;
    
 } 
 /*FOOTER*/
 
footer p {
   color:#f1f1f1;
   padding:20px;
}
 
footer p a {
   color: #ea8925;
   text-decoration:none;
}
 
footer p a:hover {
    color:  #f1f1f1;
}
 
 
 /*FONTS*/
main article p {
    padding-bottom:20px;
    line-height:26px;
}

main article p.s-font {
    font-size:14px;
}

main article p em {
    color:#434342;
    font-style:italic;
}

main article h1 {
    margin-top:-2px;
    margin-bottom:30px;
    line-height:24px;
    color:#4a4a49;
    font-family: 'Dosis';
    font-weight:700;
    font-size:30px;
    text-align:right;
    text-transform:uppercase;
    letter-spacing:0px;
    padding-right:20px;
}

main article h1::before {
    content:"\00bb\00a0"; 
} 

main article h1::after {
    content:"\00a0\00ab"; 
}    

main article h2, main article h3  {
    font-size:26px;
    line-height:28px;
    font-family: 'Dosis';
    font-weight:700;
    color:#ea8925;
    margin-bottom:10px;
    margin-top:10px;
} 

main article h2 .headinhalt-t  {
    color:#4a4a49;
}

strong {
  color:#ea8925;
  font-weight:bold;
}
strong.redmark {
  color:#f00f0f;
  background:#f5f80a;
}

 /*links*/
main p a, main ul li a, main ol li a, main article figure figcaption a {
    color:#ea8925;
}

a.ext-li {
    background-image:url("https://www.media-tours.de/pics_all/icons/extern/ext-li.png");
    background-repeat: no-repeat;  
    background-position: 100% 80%;
    background-size: 20px;
    padding-right:20px;
}

a.ext-am {
    background-image:url("https://www.media-tours.de/pics_all/icons/extern/ext-am.png");
}

main a:hover {
    text-decoration:none;
    color:#ea8925;
}
 /*link button*/
main article p a.linkbut, form input[type=submit] {
    font-family: 'Dosis';
    font-size:16px;
    font-weight:700;
    display:block;
    background: #ea8925;
    color:#ffffff;
    text-decoration:none;
    padding:4px;
    padding-left:10px; 
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_rechts_1.png");
    background-repeat: no-repeat;  
    background-position: 95% 50%;
    background-size: 70px;
    text-transform:uppercase;
    margin-bottom:20px;
    border-radius: 40px 40px  40px 40px;
    width:70%;
    border:0px;
}

form input[type=submit] {
    width:40%;
    padding:6px;
    cursor: pointer;
    background-image:none;
}

form input[type=submit]:focus {
    outline: none;
    background:#F1B52F;
}

main article p a.s-but {
    float:left;
    width:42%;
    margin-right:10px; 
}  

main article p a.download {
    background-image:url("https://www.media-tours.de/pics/icons/ic_file_download_white_48dp_2x.png"); 
    background-position: 95% 62%;
}

main article p a.extern {
    background-image:url("https://www.media-tours.de/pics/icons/ic_call_made_white_48dp_2x.png"); 
}

main article p a.extern-af {
    background-image:url("https://www.media-tours.de/pics/icons/ic_call_made_white_48dp_2x_af.png"); 
}  

main article p a.linkbut:hover {
    background-position: 98% 50%;
}

main article p a.download:hover {
    background-position: 95% 49%;
}

main article p a.linkbut mark {
    color: #ffffff;
    font-size:22px;
    padding-bottom:0px;
}
      
 /*ens link button*/
main article h2 a {
    text-decoration:none;
    color:#ea8925;
}

/*table*/
main article table {
  border:3px;
}

main article table.h-scroll {
  margin: auto;
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
}
 
 
main article table td {
   border:3px solid #ffffff;
   background:#d9d7d7;
   padding:2px;  
 } 
 
main article table td.first,main article table th.first {
     border:3px solid #ea8925;
     border-bottom:3px solid #ffffff;
     border-right:3px solid #ffffff;
     background:#ea8925;
} 
 
main article table td.first a, main article table th.first a {
     color:#ffffff;
     text-decoration:none;
}  
 
main article table td.first a:hover,  main article table td.first a.tipplink, main article table th.first a:hover {
     color:#000000;
     text-decoration:none;
} 
 
main article table th,  main article table .first {
     border:3px solid #d9d7d7; 
     background:#ffffff; 
     padding:2px;
 } 
 
 /*form*/
form {
    border:0px solid red;
    margin-left:0px;  
}
 
form input[type=text], form textarea, form select {
    border:2px solid #ea8925;
    width:50%; 
    background-color:  #f6f6f6; 
    padding:4px;
    font-size:16px;
    border-radius: 15px 15px  15px 15px;
    margin-bottom:3px;
} 

form input[type=text]:focus {
    background: none;
    outline:none;
}

form select {
    font-weight:bold;
    color: #ea8925;
} 

form select option {
    font-weight:bold;
    background-color:  #f6f6f6; 
    color: #000000;
}

form input:focus, form textarea:focus {
    background-color:  #ffffff; 
}  

form input[type=submit]:hover { 
    background-position: 103% center;
}
/*special*/
main article p mark, main article table td mark {
    color: #ea8925;
    background:none;
    font-weight:bold; 
}

main article p mark.b-mark{
    color: #ffffff;
    background:#ea8925;
    padding:5px;
}

main article .bpoints {
    width:50px;
}

main article .opoint {
    width:25px;
}

main article section .fs-thumbs {
border-radius:20px;
}
 /*list ordered*/
main article .listol ol { 
  counter-reset: item; 
  margin-left:20px; 
}  


main article .listol ol li { 
    display: block; 
    margin-left:20px;
    margin-bottom:10px;
}


main article .listol ol li:before { 
    content: counters(item, ".") "."; 
    counter-increment: item; 
    padding-right:10px; 
    margin-left:-20px;
}

 /*list unordered*/
 main article section ul {
    list-style-type:disc;
}

main article ul li {
    margin-left:20px;
    padding-bottom:25px;
    list-style-position:outside; 
}

 /*sonstiges*/
hr.hrline {
border: 0px;
height: 1px;
background-color:#d9d7d7;
}


section.teilinhalt:after, div.teilinhalt:after {
   display: block;
   clear: both;
   content: " ";
} 

/*logos font footer*/

#foot-b .logo-s  {
    display:inline-block;
    width:140px;
    height:140px;
    background:#ffffff; 
    margin:5px;
    border-radius:70px;
}

#foot-b .logo-s:hover  {
  opacity:0.7;  
}

#foot-b .logo-s img {
    width:140px;
    margin-top:15px;
}


#foot-b {
      margin:auto;
      width:70%; 
      border:0px solid red;
      text-align:center;
}

 /*höhenprofil*/
#wrap_chart {
  width:70%;
} 
 
#curve_chart {
  border:0px solid red;
  padding:0px;
}

/*GMAP1*/
#map {
    height: 600px;
    width: 100%;
}


/*responsive über */
@media all and (min-width: 900px) {

    #side {
      width:22%;
      margin:1%;
    }
    
    /* article*/
    main article {
      width:74%;
    }     
      
}

 /*responsive unter 500 smartphones*/
@media all and (max-width: 600px) {

    h2 {
      margin-top:20px;
    }

    #side {
      width:100%;
      border-radius: 0px;
    }
    
    /* article*/
    main article {
      width:100%;
    }     
    
     main article section .textblock, main article section .t-block {
      border:0px solid red;
      float:left;
       width:100%;
    }

    main article section .p-block {
      float:right;
      width:100%;
    } 
    
     /*link button*/
    main article p a.linkbut {
      width:95%; 
    } /*farben 
beige:#fcf8ea
logo wup: #F1B52F
orange:#ea8925
darkgrau: #4a4a49;
 */

/*CONTENT ALLE AUFLÖSUNGEN */
/*MAIN */
body {
    background-color:#ffffff;
    font-family: pt sans;
    color:#575757;
    font-size:17px;
    line-height:22px;
}


.reframe { 
    margin: 0 auto; 
    width:100%;
    max-width:1550px;
}

header, main, footer, #ad {
    clear:both; 
    width:auto;
    margin: 0 auto;
}

header {
    height:150px;  
    background:#4a4a49;
}

#ad {
    background:#ea8925;
    height:40px;
    width:100%;
    float:left;
}

#ad .adcenter {
    margin: 0 auto;
    width:auto;
}

footer {
    padding-top:20px; 
}

header .reframe { 
   height:100px; 
}

#logohead  {
    display:block;
    width:190px;
    float:left;
    margin-left:10px;
}

#logohead  img {
    width:190px;
}

main {
    background-color:#ffffff;
    border:0px solid blue;
    margin:0px;
    padding:0px;
    float:right;
    width:100%;
}

#side { 
    float:left;
    width:100%;
    min-height:500px;
    border-radius: 40px 40px  40px 40px;
    background:#ea8925;
    padding:0px;
}

footer {
    background:#4a4a49; 
}

footer .reframe {
    margin: 0 auto; 
    width:100%;
}


/* article*/
main article {
    width:100%;
    min-height:500px;
    float:right;
}

main article section {
    background-color:white;
    border-bottom:5px dotted #ea8925;
    padding:10px;
}

main article section.c-back {
    background-color:#fbe2ba;
}

main article section.p-back {
    background-color:#fbe2ba;
    background-image:url("https://www.media-tours.de/hp/pics/icons/ic_new_releases_white_48dp_2x.png");
    background-repeat: no-repeat;
    background-position: 90% bottom;
    background-size: 70px 70px;
} 
/*background icons*/
main article section.rennrad {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/rennrad.png");
}
main article section.tourenrad {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/tourenrad.png");
}   

main article section .textblock, main article section .t-block {
    border:0px solid red;
    float:left;
    width:60%;
}

main article section .p-block {
    border:0px solid green;
    float:right;
    width:35%;
}  

section.teilinhalt:after, div.teilinhalt:after, section.s-part:after{
   display: block;
   clear: both;
   content: " ";
}
 
 
 /*figure new*/ 
 main article figure {
    width:100%;
    height:auto;
    position:relative;
    float:right;
    margin-top:20px; 
}

main article figure.t-sub {
    margin-bottom:10px;
}

main article figure.t-sub img {
    border-radius: 40px 40px  40px 40px;
}


main article figure img {
    width:100%;
    height:auto;
    float:right;
    border-radius: 40px 40px  40px 40px;
}


main article figure.s-img img {
    width:50%;
    border-radius: 20px;
}

main article figure.s-img figcaption {
  float:right;
}

main article figure.no-radius img {
    border-radius: 0px;
}


main article figure figcaption {
    background-color: #ea8925;
    color:#ffffff;
    padding:6px;
    font-size:15px;
    position:absolute;
    bottom:0px;
    right:0px;
    height:auto;
}   

main article figure.t-sub figcaption {
    background-color: #ffffff;
    color:#ea8925;
    position:static;
    margin-bottom:30px;
    font-weight:bold;
    text-align:right; 
}

main article .picrow  {
   float:right;
   border:1px solid white;
   width:500px;
}

main article .pics {
     float:right;
     border:1px solid white;
     width:400px;
}
 
main article .pics img{
   float:right;
   width:300px;
}

/*figure big*/ 
main article figure.xl-pic {
    width:100%;
    margin:0px;
    position:relative;
}

main article figure.xl-pic img {
    width:100%;
    border-radius: 40px 40px  40px 40px;
}

 
 /*SIDE*/
#side section {
    border-bottom:5px dotted#ffffff;
    margin-bottom:20px;
    float:left;
    padding-left:5%;
    padding-top:10px;
    width:90%;  
}

#side section a {
    text-decoration:none;
}

#side section a {
    display:block;
    font-size:26px;
    line-height:28px;
    font-family: 'Dosis';
    font-weight:700;
    color:#FFFFFF;
    margin-bottom:10px;
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_rechts_1.png");
    background-size:15px;
    background-repeat: no-repeat;  
    background-position: 95% 50%;
} 

#side section a.side-ext {
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_ext2.png");
    background-position: 98% 18%;
} 

#side section a.side-af {
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_ext_af.png");
    background-position: 98% 18%;
}



#side section h3 {
margin-bottom:10px;
font-size:26px;
    line-height:28px;
    font-family: 'Dosis';
    font-weight:700;
    color:#ffffff;
}
   
#side section p {
    font-size:18px;
    font-weight:100;
    color:#FFFFFF;
    margin-bottom:0px;
}
  
  
#side section figure {
    width:100%;
    float:left;
    margin-bottom:20px;
}


#side section figure img {
    width:100%;
    border-radius: 20px 20px  20px 20px;
}

#side section figure img:hover {
    opacity:0.7;
}


#side section figure figcaption {
    color:  #ffffff;
    font-weight:bold;
    padding:0px;
    font-size:18px;
    width:100%;
    margin-top:5px;
}   

 /*small pic*/
#side  section figure .cent-s {
    display: block;
    width:156px;
    margin: 0 auto;
    border-radius:0px; 
 }
 
#side  section figure .cent-p {
    display: block;
    width:50%;
    margin: 0 auto;
    
 } 
 /*FOOTER*/
 
footer p {
   color:#f1f1f1;
   padding:20px;
}
 
footer p a {
   color: #ea8925;
   text-decoration:none;
}
 
footer p a:hover {
    color:  #f1f1f1;
}
 
 
 /*FONTS*/
main article p {
    padding-bottom:20px;
    line-height:26px;
}

main article p.s-font {
    font-size:14px;
}

main article p em {
    color:#434342;
    font-style:italic;
}

main article h1 {
    margin-top:-2px;
    margin-bottom:30px;
    line-height:24px;
    color:#4a4a49;
    font-family: 'Dosis';
    font-weight:700;
    font-size:30px;
    text-align:right;
    text-transform:uppercase;
    letter-spacing:0px;
    padding-right:20px;
}

main article h1::before {
    content:"\00bb\00a0"; 
} 

main article h1::after {
    content:"\00a0\00ab"; 
}    

main article h2, main article h3  {
    font-size:26px;
    line-height:28px;
    font-family: 'Dosis';
    font-weight:700;
    color:#ea8925;
    margin-bottom:10px;
    margin-top:10px;
} 

main article h2 .headinhalt-t  {
    color:#4a4a49;
}

strong {
  color:#ea8925;
  font-weight:bold;
}
 /*links*/
main p a, main ul li a, main ol li a, main article figure figcaption a {
    color:#ea8925;
}

a.ext-li {
    background-image:url("https://www.media-tours.de/pics_all/icons/extern/ext-li.png");
    background-repeat: no-repeat;  
    background-position: 100% 80%;
    background-size: 20px;
    padding-right:20px;
}

a.ext-am {
    background-image:url("https://www.media-tours.de/pics_all/icons/extern/ext-am.png");
}

main a:hover {
    text-decoration:none;
    color:#ea8925;
}
 /*link button*/
main article p a.linkbut, form input[type=submit] {
    font-family: 'Dosis';
    font-size:16px;
    font-weight:700;
    display:block;
    background: #ea8925;
    color:#ffffff;
    text-decoration:none;
    padding:4px;
    padding-left:10px; 
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_rechts_1.png");
    background-repeat: no-repeat;  
    background-position: 95% 50%;
    background-size: 70px;
    text-transform:uppercase;
    margin-bottom:20px;
    border-radius: 40px 40px  40px 40px;
    width:70%;
    border:0px;
}

form input[type=submit] {
    width:40%;
    padding:6px;
    cursor: pointer;
    background-image:none;
}

form input[type=submit]:focus {
    outline: none;
    background:#F1B52F;
}

main article p a.s-but {
    float:left;
    width:42%;
    margin-right:10px; 
}  

main article p a.download {
    background-image:url("https://www.media-tours.de/pics/icons/ic_file_download_white_48dp_2x.png"); 
    background-position: 95% 62%;
}

main article p a.extern {
    background-image:url("https://www.media-tours.de/pics/icons/ic_call_made_white_48dp_2x.png"); 
}

main article p a.extern-af {
    background-image:url("https://www.media-tours.de/pics/icons/ic_call_made_white_48dp_2x_af.png"); 
}  

main article p a.linkbut:hover {
    background-position: 98% 50%;
}

main article p a.download:hover {
    background-position: 95% 49%;
}

main article p a.linkbut mark {
    color: #ffffff;
    font-size:22px;
    padding-bottom:0px;
}
      
 /*ens link button*/
main article h2 a {
    text-decoration:none;
    color:#ea8925;
}

/*table*/
main article table {
  border:3px;
}

main article table.h-scroll {
  margin: auto;
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
}
 
 
main article table td {
   border:3px solid #ffffff;
   background:#d9d7d7;
   padding:2px;  
 } 
 
main article table td.first,main article table th.first {
     border:3px solid #ea8925;
     border-bottom:3px solid #ffffff;
     border-right:3px solid #ffffff;
     background:#ea8925;
} 
 
main article table td.first a, main article table th.first a {
     color:#ffffff;
     text-decoration:none;
}  
 
main article table td.first a:hover,  main article table td.first a.tipplink, main article table th.first a:hover {
     color:#000000;
     text-decoration:none;
} 
 
main article table th,  main article table .first {
     border:3px solid #d9d7d7; 
     background:#ffffff; 
     padding:2px;
 } 
 
 /*form*/
form {
    border:0px solid red;
    margin-left:0px;  
}
 
form input[type=text], form textarea, form select {
    border:2px solid #ea8925;
    width:50%; 
    background-color:  #f6f6f6; 
    padding:4px;
    font-size:16px;
    border-radius: 15px 15px  15px 15px;
    margin-bottom:3px;
} 

form input[type=text]:focus {
    background: none;
    outline:none;
}

form select {
    font-weight:bold;
    color: #ea8925;
} 

form select option {
    font-weight:bold;
    background-color:  #f6f6f6; 
    color: #000000;
}

form input:focus, form textarea:focus {
    background-color:  #ffffff; 
}  

form input[type=submit]:hover { 
    background-position: 103% center;
}
/*special*/
main article p mark, main article table td mark {
    color: #ea8925;
    background:none;
    font-weight:bold; 
}

main article p mark.b-mark{
    color: #ffffff;
    background:#ea8925;
    padding:5px;
}

main article .bpoints {
    width:50px;
}

main article .opoint {
    width:25px;
}

main article section .fs-thumbs {
border-radius:20px;
}
 /*list ordered*/
main article .listol ol { 
  counter-reset: item; 
  margin-left:20px; 
}  


main article .listol ol li { 
    display: block; 
    margin-left:20px;
    margin-bottom:10px;
}


main article .listol ol li:before { 
    content: counters(item, ".") "."; 
    counter-increment: item; 
    padding-right:10px; 
    margin-left:-20px;
}

 /*list unordered*/
 main article section ul {
    list-style-type:disc;
}

main article ul li {
    margin-left:20px;
    padding-bottom:25px;
    list-style-position:outside; 
}

 /*sonstiges*/
hr.hrline {
border: 0px;
height: 1px;
background-color:#d9d7d7;
}

/*icons*/ 
.icon {
  width:40px;
  height:40px;
  background-color:#E98927;
  background-repeat: no-repeat;  
  background-position: center center;
  background-size: 30px;
  color:#ffffff;
  border-radius: 20px;
  float:left;
  margin-right:10px;
  margin-left:0px;
  margin-bottom:5px;
}

.tipp {
  background-image:url("https://www.media-tours.de/hp/pics/icons/ic_new_releases_white_48dp_2x.png");
}

.rennrad {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/rennrad.png");
}

.wandern {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/wandern.png");
}

.tourenrad {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/tourenrad.png");
}

.mtb {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/mtb.png");
}

.ausblick {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/ausblick.png");
}

.android {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/android.png");
}

.smartphone {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/smartphone.png");
}


section.teilinhalt:after, div.teilinhalt:after {
   display: block;
   clear: both;
   content: " ";
} 

/*logos font footer*/

#foot-b .logo-s  {
    display:inline-block;
    width:140px;
    height:140px;
    background:#ffffff; 
    margin:5px;
    border-radius:70px;
}

#foot-b .logo-s:hover  {
  opacity:0.7;  
}

#foot-b .logo-s img {
    width:140px;
    margin-top:15px;
}


#foot-b {
      margin:auto;
      width:70%; 
      border:0px solid red;
      text-align:center;
}

 /*höhenprofil*/
#wrap_chart {
  width:70%;
} 
 
#curve_chart {
  border:0px solid red;
  padding:0px;
}

/*GMAP1*/
#map {
    height: 600px;
    width: 100%;
}


/*responsive über */
@media all and (min-width: 900px) {

    #side {
      width:22%;
      margin:1%;
    }
    
    /* article*/
    main article {
      width:74%;
    }     
      
}

 /*responsive unter 500 smartphones*/
@media all and (max-width: 600px) {

    h2 {
      margin-top:20px;
    }

    #side {
      width:100%;
      border-radius: 0px;
    }
    
    /* article*/
    main article {
      width:100%;
    }     
    
     main article section .textblock, main article section .t-block {
      border:0px solid red;
      float:left;
       width:100%;
    }

    main article section .p-block {
      float:right;
      width:100%;
    } 
    
     /*link button*/
    main article p a.linkbut {
      width:95%; 
    } 
    
    form select,  form input[type=text] {
      width:95%; 
    }
    
    /*höhenprofil*/
    #wrap_chart {
      width:100%;
    }  
      
}


/*farben 
beige:#fcf8ea
logo wup: #F1B52F
orange:#ea8925
darkgrau: #4a4a49;
 */

/*CONTENT ALLE AUFLÖSUNGEN */
/*MAIN */
body {
    background-color:#ffffff;
    font-family: pt sans;
    color:#575757;
    font-size:17px;
    line-height:22px;
}


.reframe { 
    margin: 0 auto; 
    width:100%;
    max-width:1550px;
}

header, main, footer, #ad {
    clear:both; 
    width:auto;
    margin: 0 auto;
}

header {
    height:150px;  
    background:#4a4a49;
}

#ad {
    background:#ea8925;
    height:40px;
    width:100%;
    float:left;
}

#ad .adcenter {
    margin: 0 auto;
    width:auto;
}

footer {
    padding-top:20px; 
}

header .reframe { 
   height:100px; 
}

#logohead  {
    display:block;
    width:190px;
    float:left;
    margin-left:10px;
}

#logohead  img {
    width:190px;
}

main {
    background-color:#ffffff;
    border:0px solid blue;
    margin:0px;
    padding:0px;
    float:right;
    width:100%;
}

#side { 
    float:left;
    width:100%;
    min-height:500px;
    border-radius: 40px 40px  40px 40px;
    background:#ea8925;
    padding:0px;
}

footer {
    background:#4a4a49; 
}

footer .reframe {
    margin: 0 auto; 
    width:100%;
}


/* article*/
main article {
    width:100%;
    min-height:500px;
    float:right;
}

main article section {
    background-color:white;
    border-bottom:5px dotted #ea8925;
    padding:10px;
}

main article section.c-back {
    background-color:#fbe2ba;
}

main article section.p-back {
    background-color:#fbe2ba;
    background-image:url("https://www.media-tours.de/hp/pics/icons/ic_new_releases_white_48dp_2x.png");
    background-repeat: no-repeat;
    background-position: 90% bottom;
    background-size: 70px 70px;
} 
/*background icons*/
main article section.rennrad {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/rennrad.png");
}
main article section.tourenrad {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/tourenrad.png");
}   

main article section .textblock, main article section .t-block {
    border:0px solid red;
    float:left;
    width:60%;
}

main article section .p-block {
    border:0px solid green;
    float:right;
    width:35%;
}  

section.teilinhalt:after, div.teilinhalt:after, section.s-part:after{
   display: block;
   clear: both;
   content: " ";
}
 
 
 /*figure new*/ 
 main article figure {
    width:100%;
    height:auto;
    position:relative;
    float:right;
    margin-top:20px; 
}

main article figure.t-sub {
    margin-bottom:10px;
}

main article figure.t-sub img {
    border-radius: 40px 40px  40px 40px;
}


main article figure img {
    width:100%;
    height:auto;
    float:right;
    border-radius: 40px 40px  40px 40px;
}


main article figure.s-img img {
    width:50%;
    border-radius: 20px;
}

main article figure.s-img figcaption {
  float:right;
}

main article figure.no-radius img {
    border-radius: 0px;
}


main article figure figcaption {
    background-color: #ea8925;
    color:#ffffff;
    padding:6px;
    font-size:15px;
    position:absolute;
    bottom:0px;
    right:0px;
    height:auto;
}   

main article figure.t-sub figcaption {
    background-color: #ffffff;
    color:#ea8925;
    position:static;
    margin-bottom:30px;
    font-weight:bold;
    text-align:right; 
}

main article .picrow  {
   float:right;
   border:1px solid white;
   width:500px;
}

main article .pics {
     float:right;
     border:1px solid white;
     width:400px;
}
 
main article .pics img{
   float:right;
   width:300px;
}

/*figure big*/ 
main article figure.xl-pic {
    width:100%;
    margin:0px;
    position:relative;
}

main article figure.xl-pic img {
    width:100%;
    border-radius: 40px 40px  40px 40px;
}

 
 /*SIDE*/
#side section {
    border-bottom:5px dotted#ffffff;
    margin-bottom:20px;
    float:left;
    padding-left:5%;
    padding-top:10px;
    width:90%;  
}

#side section a {
    text-decoration:none;
}

#side section a {
    display:block;
    font-size:26px;
    line-height:28px;
    font-family: 'Dosis';
    font-weight:700;
    color:#FFFFFF;
    margin-bottom:10px;
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_rechts_1.png");
    background-size:15px;
    background-repeat: no-repeat;  
    background-position: 95% 50%;
} 

#side section a.side-ext {
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_ext2.png");
    background-position: 98% 18%;
} 

#side section a.side-af {
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_ext_af.png");
    background-position: 98% 18%;
}



#side section h3 {
margin-bottom:10px;
font-size:26px;
    line-height:28px;
    font-family: 'Dosis';
    font-weight:700;
    color:#ffffff;
}
   
#side section p {
    font-size:18px;
    font-weight:100;
    color:#FFFFFF;
    margin-bottom:0px;
}
  
  
#side section figure {
    width:100%;
    float:left;
    margin-bottom:20px;
}


#side section figure img {
    width:100%;
    border-radius: 20px 20px  20px 20px;
}

#side section figure img:hover {
    opacity:0.7;
}


#side section figure figcaption {
    color:  #ffffff;
    font-weight:bold;
    padding:0px;
    font-size:18px;
    width:100%;
    margin-top:5px;
}   

 /*small pic*/
#side  section figure .cent-s {
    display: block;
    width:156px;
    margin: 0 auto;
    border-radius:0px; 
 }
 
#side  section figure .cent-p {
    display: block;
    width:50%;
    margin: 0 auto;
    
 } 
 /*FOOTER*/
 
footer p {
   color:#f1f1f1;
   padding:20px;
}
 
footer p a {
   color: #ea8925;
   text-decoration:none;
}
 
footer p a:hover {
    color:  #f1f1f1;
}
 
 
 /*FONTS*/
main article p {
    padding-bottom:20px;
    line-height:26px;
}

main article p.s-font {
    font-size:14px;
}

main article p em {
    color:#434342;
    font-style:italic;
}

main article h1 {
    margin-top:-2px;
    margin-bottom:30px;
    line-height:24px;
    color:#4a4a49;
    font-family: 'Dosis';
    font-weight:700;
    font-size:30px;
    text-align:right;
    text-transform:uppercase;
    letter-spacing:0px;
    padding-right:20px;
}

main article h1::before {
    content:"\00bb\00a0"; 
} 

main article h1::after {
    content:"\00a0\00ab"; 
}    

main article h2, main article h3  {
    font-size:26px;
    line-height:28px;
    font-family: 'Dosis';
    font-weight:700;
    color:#ea8925;
    margin-bottom:10px;
    margin-top:10px;
} 

main article h2 .headinhalt-t  {
    color:#4a4a49;
}

strong {
  color:#ea8925;
  font-weight:bold;
}
 /*links*/
main p a, main ul li a, main ol li a, main article figure figcaption a {
    color:#ea8925;
}

a.ext-li {
    background-image:url("https://www.media-tours.de/pics_all/icons/extern/ext-li.png");
    background-repeat: no-repeat;  
    background-position: 100% 80%;
    background-size: 20px;
    padding-right:20px;
}

a.ext-am {
    background-image:url("https://www.media-tours.de/pics_all/icons/extern/ext-am.png");
}

main a:hover {
    text-decoration:none;
    color:#ea8925;
}
 /*link button*/
main article p a.linkbut, form input[type=submit] {
    font-family: 'Dosis';
    font-size:16px;
    font-weight:700;
    display:block;
    background: #ea8925;
    color:#ffffff;
    text-decoration:none;
    padding:4px;
    padding-left:10px; 
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_rechts_1.png");
    background-repeat: no-repeat;  
    background-position: 95% 50%;
    background-size: 70px;
    text-transform:uppercase;
    margin-bottom:20px;
    border-radius: 40px 40px  40px 40px;
    width:70%;
    border:0px;
}

form input[type=submit] {
    width:40%;
    padding:6px;
    cursor: pointer;
    background-image:none;
}

form input[type=submit]:focus {
    outline: none;
    background:#F1B52F;
}

main article p a.s-but {
    float:left;
    width:42%;
    margin-right:10px; 
}  

main article p a.download {
    background-image:url("https://www.media-tours.de/pics/icons/ic_file_download_white_48dp_2x.png"); 
    background-position: 95% 62%;
}

main article p a.extern {
    background-image:url("https://www.media-tours.de/pics/icons/ic_call_made_white_48dp_2x.png"); 
}

main article p a.extern-af {
    background-image:url("https://www.media-tours.de/pics/icons/ic_call_made_white_48dp_2x_af.png"); 
}  

main article p a.linkbut:hover {
    background-position: 98% 50%;
}

main article p a.download:hover {
    background-position: 95% 49%;
}

main article p a.linkbut mark {
    color: #ffffff;
    font-size:22px;
    padding-bottom:0px;
}
      
 /*ens link button*/
main article h2 a {
    text-decoration:none;
    color:#ea8925;
}

/*table*/
main article table {
  border:3px;
}

main article table.h-scroll {
  margin: auto;
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
}
 
 
main article table td {
   border:3px solid #ffffff;
   background:#d9d7d7;
   padding:2px;  
 } 
 
main article table td.first,main article table th.first {
     border:3px solid #ea8925;
     border-bottom:3px solid #ffffff;
     border-right:3px solid #ffffff;
     background:#ea8925;
} 
 
main article table td.first a, main article table th.first a {
     color:#ffffff;
     text-decoration:none;
}  
 
main article table td.first a:hover,  main article table td.first a.tipplink, main article table th.first a:hover {
     color:#000000;
     text-decoration:none;
} 
 
main article table th,  main article table .first {
     border:3px solid #d9d7d7; 
     background:#ffffff; 
     padding:2px;
 } 
 
 /*form*/
form {
    border:0px solid red;
    margin-left:0px;  
}
 
form input[type=text], form textarea, form select {
    border:2px solid #ea8925;
    width:50%; 
    background-color:  #f6f6f6; 
    padding:4px;
    font-size:16px;
    border-radius: 15px 15px  15px 15px;
    margin-bottom:3px;
} 

form input[type=text]:focus {
    background: none;
    outline:none;
}

form select {
    font-weight:bold;
    color: #ea8925;
} 

form select option {
    font-weight:bold;
    background-color:  #f6f6f6; 
    color: #000000;
}

form input:focus, form textarea:focus {
    background-color:  #ffffff; 
}  

form input[type=submit]:hover { 
    background-position: 103% center;
}
/*special*/
main article p mark, main article table td mark {
    color: #ea8925;
    background:none;
    font-weight:bold; 
}

main article p mark.b-mark{
    color: #ffffff;
    background:#ea8925;
    padding:5px;
}

main article .bpoints {
    width:50px;
}

main article .opoint {
    width:25px;
}

main article section .fs-thumbs {
border-radius:20px;
}
 /*list ordered*/
main article .listol ol { 
  counter-reset: item; 
  margin-left:20px; 
}  


main article .listol ol li { 
    display: block; 
    margin-left:20px;
    margin-bottom:10px;
}


main article .listol ol li:before { 
    content: counters(item, ".") "."; 
    counter-increment: item; 
    padding-right:10px; 
    margin-left:-20px;
}

 /*list unordered*/
 main article section ul {
    list-style-type:disc;
}

main article ul li {
    margin-left:20px;
    padding-bottom:25px;
    list-style-position:outside; 
}

 /*sonstiges*/
hr.hrline {
border: 0px;
height: 1px;
background-color:#d9d7d7;
}

/*icons*/ 
.icon {
  width:40px;
  height:40px;
  background-color:#E98927;
  background-repeat: no-repeat;  
  background-position: center center;
  background-size: 30px;
  color:#ffffff;
  border-radius: 20px;
  float:left;
  margin-right:10px;
  margin-left:0px;
  margin-bottom:5px;
}

.tipp {
  background-image:url("https://www.media-tours.de/hp/pics/icons/ic_new_releases_white_48dp_2x.png");
}

.rennrad {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/rennrad.png");
}

.wandern {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/wandern.png");
}

.tourenrad {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/tourenrad.png");
}

.mtb {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/mtb.png");
}

.ausblick {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/ausblick.png");
}

.android {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/android.png");
}

.smartphone {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/smartphone.png");
}


section.teilinhalt:after, div.teilinhalt:after {
   display: block;
   clear: both;
   content: " ";
} 

/*logos font footer*/

#foot-b .logo-s  {
    display:inline-block;
    width:140px;
    height:140px;
    background:#ffffff; 
    margin:5px;
    border-radius:70px;
}

#foot-b .logo-s:hover  {
  opacity:0.7;  
}

#foot-b .logo-s img {
    width:140px;
    margin-top:15px;
}


#foot-b {
      margin:auto;
      width:70%; 
      border:0px solid red;
      text-align:center;
}

 /*höhenprofil*/
#wrap_chart {
  width:70%;
} 
 
#curve_chart {
  border:0px solid red;
  padding:0px;
}

/*GMAP1*/
#map {
    height: 600px;
    width: 100%;
}


/*responsive über */
@media all and (min-width: 900px) {

    #side {
      width:22%;
      margin:1%;
    }
    
    /* article*/
    main article {
      width:74%;
    }     
      
}

 /*responsive unter 500 smartphones*/
@media all and (max-width: 600px) {

    h2 {
      margin-top:20px;
    }

    #side {
      width:100%;
      border-radius: 0px;
    }
    
    /* article*/
    main article {
      width:100%;
    }     
    
     main article section .textblock, main article section .t-block {
      border:0px solid red;
      float:left;
       width:100%;
    }

    main article section .p-block {
      float:right;
      width:100%;
    } 
    
     /*link button*/
    main article p a.linkbut {
      width:95%; 
    } /*farben 
beige:#fcf8ea
logo wup: #F1B52F
orange:#ea8925
darkgrau: #4a4a49;
 */

/*CONTENT ALLE AUFLÖSUNGEN */
/*MAIN */
body {
    background-color:#ffffff;
    font-family: pt sans;
    color:#575757;
    font-size:17px;
    line-height:22px;
}


.reframe { 
    margin: 0 auto; 
    width:100%;
    max-width:1550px;
}

header, main, footer, #ad {
    clear:both; 
    width:auto;
    margin: 0 auto;
}

header {
    height:150px;  
    background:#4a4a49;
}

#ad {
    background:#ea8925;
    height:40px;
    width:100%;
    float:left;
}

#ad .adcenter {
    margin: 0 auto;
    width:auto;
}

footer {
    padding-top:20px; 
}

header .reframe { 
   height:100px; 
}

#logohead  {
    display:block;
    width:190px;
    float:left;
    margin-left:10px;
}

#logohead  img {
    width:190px;
}

main {
    background-color:#ffffff;
    border:0px solid blue;
    margin:0px;
    padding:0px;
    float:right;
    width:100%;
}

#side { 
    float:left;
    width:100%;
    min-height:500px;
    border-radius: 40px 40px  40px 40px;
    background:#ea8925;
    padding:0px;
}

footer {
    background:#4a4a49; 
}

footer .reframe {
    margin: 0 auto; 
    width:100%;
}


/* article*/
main article {
    width:100%;
    min-height:500px;
    float:right;
}

main article section {
    background-color:white;
    border-bottom:5px dotted #ea8925;
    padding:10px;
}

main article section.c-back {
    background-color:#fbe2ba;
}

main article section.p-back {
    background-color:#fbe2ba;
    background-image:url("https://www.media-tours.de/hp/pics/icons/ic_new_releases_white_48dp_2x.png");
    background-repeat: no-repeat;
    background-position: 90% bottom;
    background-size: 70px 70px;
} 
/*background icons*/
main article section.rennrad {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/rennrad.png");
}
main article section.tourenrad {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/tourenrad.png");
}   

main article section .textblock, main article section .t-block {
    border:0px solid red;
    float:left;
    width:60%;
}

main article section .p-block {
    border:0px solid green;
    float:right;
    width:35%;
}  

section.teilinhalt:after, div.teilinhalt:after, section.s-part:after{
   display: block;
   clear: both;
   content: " ";
}
 
 
 /*figure new*/ 
 main article figure {
    width:100%;
    height:auto;
    position:relative;
    float:right;
    margin-top:20px; 
}

main article figure.t-sub {
    margin-bottom:10px;
}

main article figure.t-sub img {
    border-radius: 40px 40px  40px 40px;
}


main article figure img {
    width:100%;
    height:auto;
    float:right;
    border-radius: 40px 40px  40px 40px;
}


main article figure.s-img img {
    width:50%;
    border-radius: 20px;
}

main article figure.s-img figcaption {
  float:right;
}

main article figure.no-radius img {
    border-radius: 0px;
}


main article figure figcaption {
    background-color: #ea8925;
    color:#ffffff;
    padding:6px;
    font-size:15px;
    position:absolute;
    bottom:0px;
    right:0px;
    height:auto;
}   

main article figure.t-sub figcaption {
    background-color: #ffffff;
    color:#ea8925;
    position:static;
    margin-bottom:30px;
    font-weight:bold;
    text-align:right; 
}

main article .picrow  {
   float:right;
   border:1px solid white;
   width:500px;
}

main article .pics {
     float:right;
     border:1px solid white;
     width:400px;
}
 
main article .pics img{
   float:right;
   width:300px;
}

/*figure big*/ 
main article figure.xl-pic {
    width:100%;
    margin:0px;
    position:relative;
}

main article figure.xl-pic img {
    width:100%;
    border-radius: 40px 40px  40px 40px;
}

 
 /*SIDE*/
#side section {
    border-bottom:5px dotted#ffffff;
    margin-bottom:20px;
    float:left;
    padding-left:5%;
    padding-top:10px;
    width:90%;  
}

#side section a {
    text-decoration:none;
}

#side section a {
    display:block;
    font-size:26px;
    line-height:28px;
    font-family: 'Dosis';
    font-weight:700;
    color:#FFFFFF;
    margin-bottom:10px;
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_rechts_1.png");
    background-size:15px;
    background-repeat: no-repeat;  
    background-position: 95% 50%;
} 

#side section a.side-ext {
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_ext2.png");
    background-position: 98% 18%;
} 

#side section a.side-af {
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_ext_af.png");
    background-position: 98% 18%;
}



#side section h3 {
margin-bottom:10px;
font-size:26px;
    line-height:28px;
    font-family: 'Dosis';
    font-weight:700;
    color:#ffffff;
}
   
#side section p {
    font-size:18px;
    font-weight:100;
    color:#FFFFFF;
    margin-bottom:0px;
}
  
  
#side section figure {
    width:100%;
    float:left;
    margin-bottom:20px;
}


#side section figure img {
    width:100%;
    border-radius: 20px 20px  20px 20px;
}

#side section figure img:hover {
    opacity:0.7;
}


#side section figure figcaption {
    color:  #ffffff;
    font-weight:bold;
    padding:0px;
    font-size:18px;
    width:100%;
    margin-top:5px;
}   

 /*small pic*/
#side  section figure .cent-s {
    display: block;
    width:156px;
    margin: 0 auto;
    border-radius:0px; 
 }
 
#side  section figure .cent-p {
    display: block;
    width:50%;
    margin: 0 auto;
    
 } 
 /*FOOTER*/
 
footer p {
   color:#f1f1f1;
   padding:20px;
}
 
footer p a {
   color: #ea8925;
   text-decoration:none;
}
 
footer p a:hover {
    color:  #f1f1f1;
}
 
 
 /*FONTS*/
main article p {
    padding-bottom:20px;
    line-height:26px;
}

main article p.s-font {
    font-size:14px;
}

main article p em {
    color:#434342;
    font-style:italic;
}

main article h1 {
    margin-top:-2px;
    margin-bottom:30px;
    line-height:24px;
    color:#4a4a49;
    font-family: 'Dosis';
    font-weight:700;
    font-size:30px;
    text-align:right;
    text-transform:uppercase;
    letter-spacing:0px;
    padding-right:20px;
}

main article h1::before {
    content:"\00bb\00a0"; 
} 

main article h1::after {
    content:"\00a0\00ab"; 
}    

main article h2, main article h3  {
    font-size:26px;
    line-height:28px;
    font-family: 'Dosis';
    font-weight:700;
    color:#ea8925;
    margin-bottom:10px;
    margin-top:10px;
} 

main article h2 .headinhalt-t  {
    color:#4a4a49;
}

strong {
  color:#ea8925;
  font-weight:bold;
}
 /*links*/
main p a, main ul li a, main ol li a, main article figure figcaption a {
    color:#ea8925;
}

a.ext-li {
    background-image:url("https://www.media-tours.de/pics_all/icons/extern/ext-li.png");
    background-repeat: no-repeat;  
    background-position: 100% 80%;
    background-size: 20px;
    padding-right:20px;
}

a.ext-am {
    background-image:url("https://www.media-tours.de/pics_all/icons/extern/ext-am.png");
}

main a:hover {
    text-decoration:none;
    color:#ea8925;
}
 /*link button*/
main article p a.linkbut, form input[type=submit] {
    font-family: 'Dosis';
    font-size:16px;
    font-weight:700;
    display:block;
    background: #ea8925;
    color:#ffffff;
    text-decoration:none;
    padding:4px;
    padding-left:10px; 
    background-image:url("https://www.media-tours.de/hp/pics/icons/pfeil_rechts_1.png");
    background-repeat: no-repeat;  
    background-position: 95% 50%;
    background-size: 70px;
    text-transform:uppercase;
    margin-bottom:20px;
    border-radius: 40px 40px  40px 40px;
    width:70%;
    border:0px;
}

form input[type=submit] {
    width:40%;
    padding:6px;
    cursor: pointer;
    background-image:none;
}

form input[type=submit]:focus {
    outline: none;
    background:#F1B52F;
}

main article p a.s-but {
    float:left;
    width:42%;
    margin-right:10px; 
}  

main article p a.download {
    background-image:url("https://www.media-tours.de/pics/icons/ic_file_download_white_48dp_2x.png"); 
    background-position: 95% 62%;
}

main article p a.extern {
    background-image:url("https://www.media-tours.de/pics/icons/ic_call_made_white_48dp_2x.png"); 
}

main article p a.extern-af {
    background-image:url("https://www.media-tours.de/pics/icons/ic_call_made_white_48dp_2x_af.png"); 
}  

main article p a.linkbut:hover {
    background-position: 98% 50%;
}

main article p a.download:hover {
    background-position: 95% 49%;
}

main article p a.linkbut mark {
    color: #ffffff;
    font-size:22px;
    padding-bottom:0px;
}
      
 /*ens link button*/
main article h2 a {
    text-decoration:none;
    color:#ea8925;
}

/*table*/
main article table {
  border:3px;
}

main article table.h-scroll {
  margin: auto;
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
}
 
 
main article table td {
   border:3px solid #ffffff;
   background:#d9d7d7;
   padding:2px;  
 } 
 
main article table td.first,main article table th.first {
     border:3px solid #ea8925;
     border-bottom:3px solid #ffffff;
     border-right:3px solid #ffffff;
     background:#ea8925;
} 
 
main article table td.first a, main article table th.first a {
     color:#ffffff;
     text-decoration:none;
}  
 
main article table td.first a:hover,  main article table td.first a.tipplink, main article table th.first a:hover {
     color:#000000;
     text-decoration:none;
} 
 
main article table th,  main article table .first {
     border:3px solid #d9d7d7; 
     background:#ffffff; 
     padding:2px;
 } 
 
 /*form*/
form {
    border:0px solid red;
    margin-left:0px;  
}
 
form input[type=text], form textarea, form select {
    border:2px solid #ea8925;
    width:50%; 
    background-color:  #f6f6f6; 
    padding:4px;
    font-size:16px;
    border-radius: 15px 15px  15px 15px;
    margin-bottom:3px;
} 

form input[type=text]:focus {
    background: none;
    outline:none;
}

form select {
    font-weight:bold;
    color: #ea8925;
} 

form select option {
    font-weight:bold;
    background-color:  #f6f6f6; 
    color: #000000;
}

form input:focus, form textarea:focus {
    background-color:  #ffffff; 
}  

form input[type=submit]:hover { 
    background-position: 103% center;
}
/*special*/
main article p mark, main article table td mark {
    color: #ea8925;
    background:none;
    font-weight:bold; 
}

main article p mark.b-mark{
    color: #ffffff;
    background:#ea8925;
    padding:5px;
}

main article .bpoints {
    width:50px;
}

main article .opoint {
    width:25px;
}

main article section .fs-thumbs {
border-radius:20px;
}
 /*list ordered*/
main article .listol ol { 
  counter-reset: item; 
  margin-left:20px; 
}  


main article .listol ol li { 
    display: block; 
    margin-left:20px;
    margin-bottom:10px;
}


main article .listol ol li:before { 
    content: counters(item, ".") "."; 
    counter-increment: item; 
    padding-right:10px; 
    margin-left:-20px;
}

 /*list unordered*/
 main article section ul {
    list-style-type:disc;
}

main article ul li {
    margin-left:20px;
    padding-bottom:25px;
    list-style-position:outside; 
}

 /*sonstiges*/
hr.hrline {
border: 0px;
height: 1px;
background-color:#d9d7d7;
}

/*icons*/ 
.icon {
  width:40px;
  height:40px;
  background-color:#E98927;
  background-repeat: no-repeat;  
  background-position: center center;
  background-size: 30px;
  color:#ffffff;
  border-radius: 20px;
  float:left;
  margin-right:10px;
  margin-left:0px;
  margin-bottom:5px;
}

.tipp {
  background-image:url("https://www.media-tours.de/hp/pics/icons/ic_new_releases_white_48dp_2x.png");
}

.rennrad {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/rennrad.png");
}

.wandern {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/wandern.png");
}

.tourenrad {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/tourenrad.png");
}

.mtb {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/mtb.png");
}

.ausblick {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/ausblick.png");
}

.android {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/android.png");
}

.smartphone {
  background-image:url("https://media-tours.de/pics_all/icons/aktiv/smartphone.png");
}


section.teilinhalt:after, div.teilinhalt:after {
   display: block;
   clear: both;
   content: " ";
} 

/*logos font footer*/

#foot-b .logo-s  {
    display:inline-block;
    width:140px;
    height:140px;
    background:#ffffff; 
    margin:5px;
    border-radius:70px;
}

#foot-b .logo-s:hover  {
  opacity:0.7;  
}

#foot-b .logo-s img {
    width:140px;
    margin-top:15px;
}


#foot-b {
      margin:auto;
      width:70%; 
      border:0px solid red;
      text-align:center;
}

 /*höhenprofil*/
#wrap_chart {
  width:70%;
} 
 
#curve_chart {
  border:0px solid red;
  padding:0px;
}

/*GMAP1*/
#map {
    height: 600px;
    width: 100%;
}


/*responsive über */
@media all and (min-width: 900px) {

    #side {
      width:22%;
      margin:1%;
    }
    
    /* article*/
    main article {
      width:74%;
    }     
      
}

 /*responsive unter 500 smartphones*/
@media all and (max-width: 600px) {

    h2 {
      margin-top:20px;
    }

    #side {
      width:100%;
      border-radius: 0px;
    }
    
    /* article*/
    main article {
      width:100%;
    }     
    
     main article section .textblock, main article section .t-block {
      border:0px solid red;
      float:left;
       width:100%;
    }

    main article section .p-block {
      float:right;
      width:100%;
    } 
    
     /*link button*/
    main article p a.linkbut {
      width:95%; 
    } 
    
    form select,  form input[type=text] {
      width:95%; 
    }
    
    /*höhenprofil*/
    #wrap_chart {
      width:100%;
    }  
      
}



    
    form select,  form input[type=text] {
      width:95%; 
    }
    
    /*höhenprofil*/
    #wrap_chart {
      width:100%;
    }  
      
}



    
    form select,  form input[type=text] {
      width:95%; 
    }
    
    /*höhenprofil*/
    #wrap_chart {
      width:100%;
    }  
      
}


