/* Datei: style.css */


/************************** Allgemeiner Bereich **********************************/

body { 
    font-family: "Times New Roman", Arial, Verdana, sans-serif;
    background-color:#E9E9E9; 
    width: 90%;
    margin: auto;
}

h1 {
    color: #800000; 
}

a:link { 
    color: darkred;    
}

a:visited { color: darkblue;
}



/* ******************************* HEADER *************************************** */

.logo {
    
    margin: auto; 
    width: 100%;

}
    
    
/********************** Ende HEADER *******************************************/




/*************************** N A V ********************************************/   
    
nav {                            /* Allgemeine Einstellung - Rahmen */
    width:auto;
    margin: auto;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}
    
.divnav {
    margin: auto;
}
    
.nav-ul {                          /*   Schriftart und Aussehen der Navi-Leiste */
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    background-color: lightgray; 
    margin:auto;
}
    

.nav-li {                           /*    Ausrichtung der Men�zeilen    */
    margin-left: -40px;
    padding: 0px 10px;
    list-style: none;
}
    
.nav-ul a:link {
    text-decoration: none;
}
    
.nav-ul a:link, .nav-ul a:visited {
    color: black; 
}
    
.nav-ul a:hover, .nav-ul a:focus, .nav-ul a:active {
    color: darkred; /* Neutral */
}
    
.nav-active {
    color: #fff; /* white */
    background-color: lightslategray; 
}
    
.nav-li-a {
    padding: 0.6em 2rem;
    display: block;
}

@media only screen and (min-width: 600px) {
    nav {
      text-align: center;
      width: auto;
	  display: block;
	}
    
    .nav-ul {                          /*   Schriftart und Aussehen der Navi-Leiste */
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: 600;
    background-color: lightgray; 
    margin:auto;
    }
    
    .nav-li {
        padding: 0px 20px;
        font-size: 25px;
        font-weight: 600;
        display: inline-block;
        border: none;
    }
    .nav-li-a {
        padding: 10px 30px;
        display: inline-block;
    } 
    	
	.menubutton { 
        display: none; 
    }
}
    
/**********************   Test Dropdown *************************/

.dropbtn {
  color: white;
  text-align: center;
  padding: 10px 32px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {  
}

li.dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:floralwhite ;
  width: 250px;
  margin-left: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.20);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}





/*******************************  Ende  N A V ***************************/

/********************************  FOOTER  ******************************/

.footer {
    font-size: 14px;
    margin: auto;
    text-align: center;
    width: 100%;  
    background-color: #C0C0C0;
}
    
@media only screen and (min-width: 600px){
.footer {
    font-size: 20px;
    margin: auto;
    text-align: center;
    height: 70px;
    margin-top: 200px;
    width: 100%;  
    background-color: #C0C0C0;
    }
}
    

    
/*******************************  FOOTER Ende ***************************/
    
/***************************** index.html *******************************/
    
.index {
    padding-top: 120px;
    display:block;
    margin: auto;

}
.hauptbild {
    display: block;
    margin: auto;
    max-width: 100%;
    border-radius: 10px; 
    border: 5px solid white;
}
    
.figcapture {
    text-align: center;
    color: black;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
}
    
.article {
    margin-bottom: 50px;
    margin-top: -60px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 2px;
}

.title {
    text-align: center;
    letter-spacing: 4px;
}
    
/***************************** index.html Ende ***************************/
    
/*****************************  reisen.html ******************************/   

.reise {
    width: 100%;
    margin-top: 20px;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-bottom:40px;
}

.p_reise {
   font-size: 16px;
}

.quarter {
    background-color: lightgray;
    border-style: solid;
    border-color: white;
    border-radius: 5px; 
    width: auto;
    float: left; 
    margin: 10px 20px;
    order: 2;
    flex: 0 0 350px;
}

.art_head {
    font-size: 14px;
    text-align: center;     
}

.art_bild {
    width: 320px;
    margin-left: 11px;
    border-style: solid;
    border-color: white;
    border-radius: 5px;
}

.art_txt {
    height: 150px;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: -10px;
    text-align: left;
}

.art_btn { 
    width: 320px;
    margin-top: 50px;
    margin-bottom: 10px;
    color: darkred;
}

.art_link {
    color: darkred;
    text-decoration: none;
}

.art_link:hover {
    color: white;
}

.reise_btn {
    background-color: darkgray;
    border-radius: 5px;
    border-color: white;
    color: darkred;
    width: 320px;
    margin-left: 12px;
    height: 40px;
}

.asap {
    font-size: 50px;
    text-align: center;
}

/*****************************  reisen.html Ende**************************/
    
/**************************** Tourbeschreibungen *************************/  

@media screen and (min-width: 600px) {
.tour {
    float: left;
    padding-right: 200px;
}
.karte {
    margin-right: 20px;
}
.karte img {
    border: 3px;
    width: auto;
}
}


@media screen and (min-width: 600px) {
.tour1 {
    float: left;
    padding-right: 200px;
}
.karte {
    margin-right: 20px;
}
.karte img {
    border: 3px;
    width: auto;
}
}


.tour {
    float: left;
}

.tour {
    float: left;
}

.karte img {
    border-style: solid;
    border-radius: 5px;
    border-color: white;
}
    
.ul {
    text-align: left;
    font-size: 14px;
    color: #2B2B2B;   
    width:90%
}

.ul_liste {                                             
    font-size: 16px;                  /* Schriftgr��e Reykjavik*/
    color: #2B2B2B;
    list-style-type: none;
    width:90%
}

.li_article {
    text-align: left;
    float: left;
    width: 90%;
    display: block;
}

#tour {
    padding: 2px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

#tour1 {
    padding: 2px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

#map {
    padding: 2px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

#box {
    position: relative;
}  


    
/**************************** Tourbeschreibungen Ende ********************/



/**************************** G�stebuch **********************************/

.gbook {
    padding-left: 7px;
    font-size: 20px;
    font-weight: 600;
}

.beitrag_btn {
    width: 250px;
    height: 20px;
}

.themen_btn {
    width: 200px;
    height: 20px;
    margin: 0px 0px 0px 20px; 
}

.namen_btn {
    width: 195px;
    height: 20px;
    margin: 0px 0px 0px 20px; 
}

.direct {
    padding-right: 30px;
}

.txtField {
    height: auto;
    margin: 2%;
    border: 2px solid black;
    border-radius: 5px;
    background-color: aliceblue;
   
}

.txtInner {
    padding: 0px 0px 20px 10px;
}

.btnwidth {
    width: 300px;
}

.grow-wrap {
  /* easy way to plop the elements on top of each other and have them both sized based on the tallest one's height */
  display: grid;
  padding-right: 10px;
}
.grow-wrap::after {
  /* Note the weird space! Needed to preventy jumpy behavior */
  content: attr(data-replicated-value) " ";

  /* This is how textarea text behaves */
  white-space: pre-wrap;

  /* Hidden from view, clicks, and screen readers */
  visibility: hidden;
}
.grow-wrap > textarea {
  /* You could leave this, but after a user resizes, then it ruins the auto sizing */
  resize: none;

  /* Firefox shows scrollbar on growth, you can hide like this. */
  overflow: hidden;
}
.grow-wrap > textarea,
.grow-wrap::after {
  /* Identical styling required!! */
  border: 1px solid black;
  padding: 0.5rem;
  font: inherit;

  /* Place on top of each other */
  grid-area: 1 / 1 / 2 / 2;
}

label {
  display: block;
}

.table_forum {

th {
  padding: 0.5em;
  text-transform: uppercase;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: left;
}
tr:nth-child(even) { background: lightgray; }
td:nth-child(1) {
  font-weight: bold;
}
td { padding: 0.5em; }
tr:hover {
  background: darkblue;
  color: white;
}
}



Resources


/**************************** G�stebuch Ende *****************************/




 
/******************************* tipps.html ******************************/
 
.nuetzliches {
    border-style: solid;
    border-width: 2px;
    border-color: black;
    border-radius: 5px;
    background-color: aliceblue;
    margin: 20px;
}

.nutztitle {
    margin-left: 5px;
}

.nutztext {
    margin-left: 5px;
    display: none;
}

.panel-title {
    font-size: 30px;
    font-weight: 600;
    color: darkred;
    letter-spacing: 3px;
    margin-left: 5px;
}
    
    
/******************************* tipps.html Ende *************************/

/******************************  about.html  *****************************/

.container {
    width: auto;
    height: auto;
    border-radius: 5px;
    background-color: aliceblue;
    display: inline-block; 
    }

.clearfix {
    background-color: aliceblue;
    border-radius: 8px;
    clear: right;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 100px;
    display: flex;
}
        
    
.about_bild {
    width: 20%;
    height: 20%;
    border-style: solid;
    border-color: lightgray;
    border-radius: 8px;
    float: left;
}

.about_txt {
    font-size: 18px;
    padding-left: 20px;
    overflow: auto;
    text-align: left;
}

/*
.alignleft { 
    border-style: solid;
    border-color: lightgray;
    border-radius: 8px;
    width: 100%;
    float: left;
    margin-right: 15px;
    margin-bottom: 8px;
}

/*************************** daytours ************************************/  
/************                                              ***************/ 
/*                  Eigenes Stylesheet pictures.css                      */
/************                                              ***************/    
/*************************** daytours Ende *******************************/

/******************************* Tabellen ********************************/

table, td, th { 
    border: 2px solid grey;
    border-collapse: collapse; /* Die Tabelle wird mit nur einen Rahmenlinie angezeigt */
}



.nuetzliches {
    overflow: auto;
}

.center {
   overflow: auto;
}

.panel {
   overflow: auto; 
 /*display: none; */
}
    
/******************************* Tabellen Ende ***************************/



.aside {
    display: table-cell;
    
}


/********************** Alles f�r das Forum **********************/


.forum_btn { 
    height: 30px;
    background-color: lightgray;
    border-radius: 5px;
    width: 150px;
    margin: 20px;
    color: darkred;
}

.forum {
    margin: auto;
}

/* _______________________________________ */

/* --------------------------------------- */
/*            Polarlichtseiten             */
/*******************************************/


* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.polarcontainer {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.spots {  
    font-size: 18px;
    
}
.breite {
    width: 90%;
    margin: auto;
    padding-top: 5px;
}
.polarcenter {
    display: block;
    margin: auto;
    max-width: 90%;
    border-radius: 10px;
    border: 5px solid white;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
    margin-top: -30px;
  top: 0;
}

/* Container for image text */
.caption-container {
  width: 90%;
  margin: auto;
  text-align: center;
  background-color: #222;
  border-radius: 5px;
  padding: 2px 16px;
  color: white;
}

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

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
    border-radius: 3px;
}

.active,
.demo:hover {
  opacity: 1;
}
/* *************************************** */
/* Ab hier alles f�r die Kontakt Seite */
/* 

form {
  font: 1.1em/100% Arial;
}
label {
  min-width: 8em;
  display: inline-block;
  text-align: left;
  color: #000000;
}
input { 
  width: 20em; 
  padding : 0.7em;
  font-family: Arial;
  color: #800000;
}
textarea {
  width: 24em;
  padding: 0.1em;
  font-family: Arial;
  color: #800000;
}


form div { 
    padding: 1.2em;
}

label:first-child {
	  vertical-align: top;
	  font-size: medium;
}
input[type="checkbox"], input[type="submit"] {
  margin-left: 10em;
}
input[type="submit"], input[type="reset"] {
  width: 12em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 10px;
  background: #dcdcdc;
  border: 2px solid #6c6c6c; 
  color: black;
}
*********************************** */
/* Stylen */

/************************ media test *******************/
    
 
