/* RESET */
/*****  mobile devices ******/
@font-face {
font-family: OldNewspaper;
    src: url('../css/OldNewspaperTypes.ttf');
font-family: Georgia;
    src: url('../css/georgia.ttf');
}
* {
    box-sizing: border-box;
    padding: 20;
    margin: 20;
}
.container, 
.content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: stretch;
}
header {
    font-family: OldNewspaper Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
    min-height: 150px;
 /*	font-color: blue;
   background: url(../images/main/rimini.jpg) no-repeat; 
 	background: url(../images/main/maspalomas.jpg) no-repeat;*/
 	background: url(../images/main/alandsbaten.jpg) no-repeat;
    max-width: 1000px;
    border-radius: 15px;
    background-size: cover;
	text-decoration:none;
    padding-bottom: 2px;
/*	padding-top: 145px; */
}

.headertxt h1 {
    position: absolute;
    top: 25px;
    padding-left: 20px;
    font-family: inherit;
	FONT-SIZE: 30pt;
	font-weight:bold;
    font-style: italic;
	color: whitesmoke;
}
.headertxt h2 {
    position: absolute;
    top: 80px;
    padding-left: 20px;
    font-family: TimesNewRoman;
	FONT-SIZE: 18pt;
	font-weight: normal;
    font-style: italic;
	color: whitesmoke;
}
.headertxt h3 {
    display: none;
	position: absolute;
	font-family: Verdana;
	FONT-SIZE: 10pt;
	font-weight: normal;
	color: whitesmoke;
	left: 600px;
	top: 10px;
}
.headertxt h4 {
	position: absolute;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	color: whitesmoke;
	left: 700px;
	top: 15px;	
}
.weather-icon {
    vertical-align: middle;
    margin-right: 10px;
}
.header img {
	display: none;
	position: absolute;
	top: 50px;
	left: 550px;
}

.navbar {
    background: #FFFFFF;
/*    border-radius: 15px;
    border-radius: 5px; */
    FONT-SIZE: 9pt;
	font-family: Verdana;
	font-weight: normal;
    color: #990000; 
	text-decoration:none;
    justify-content: center;
    align-items:center;
    max-width: 1000px
}
.navbar a:link {
	color: #008000;
    text-decoration: none;
	}
.navbar a:visited {
	color: #008000;
	}
.navbar a:hover {
	color: #FF0000;
	text-decoration:none;
	font-weight: bold;
}
.main-nav {
    list-style-type: none;
}
.nav-links,
.logo {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}
.main-nav li {
    text-align: center;
    margin: 15px auto;
}
.logo {
    display: inline-block;
    font-size: 22px;
    margin-top: 10px;
    margin-left: 20px;
}
.navbar-toggle {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer; 
    color: rgba(255,255,255,0.8);
    font-size: 24px;
}
.main-nav {
    list-style-type: none;
    display: none;
}
.active {
  display: block;
}
.main {
    display: flex; 
    flex-wrap: wrap;
    background-color: #EEEEFF;
    padding-top: 10px;
    border-radius: 15px;	
    border: thin solid #000000;
    justify-content: center;
    align-items: justify;
}
.Titletext {
    font-family: Verdana;
	font-size: 20px;
	color: #008000 ;
	text-align: center;
	font-weight: normal;
	margin-bottom: 3px;
	}

.Descrtext {
    font-family: OldNewspaper;
	font-size: 14px;
	color: #CE7B77 ;
	text-align: left;
	font-weight: normal;
	margin-bottom: 3px;
	}

.Editedtext {
    font-family: Arial;
	font-size: 10px;
	color: #008000 ;
	text-align: left;
	font-weight: lighter;
	margin-bottom: 3px;
	}
.Editedtext a:link {
	color: #008000;
    text-decoration: none;
	}
.Editedtext a:visited {
	color: #008000;
	}
.Editedtext a:hover {
	color: #FF0000;
	text-decoration:none;
    font-weight: bold;
}
.middletext {
	color: #c86b67;
	FONT-SIZE: 14px;
	font-weight: normal;
	FONT-FAMILY: georgia;
    padding: 20px ;
  /*  display: inline*/
}
.middletext p {
	color: #c86b67;
	FONT-SIZE: 14px;
	font-weight: normal;
	FONT-FAMILY: Verdana;
    padding-left: 10px ;
}
.middletext h1 {
	font-family: OldNewspaper;
	font-size: 20px;
	color: #008000 ;
	text-align: center;
	font-weight: normal;
	margin-bottom: 0px;
	}
.middletext h2 {
    font-family: Arial;
    FONT-SIZE: 15px;
    font-weight: 600;
}
.middletext h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008000 ;
	text-align: left;
	font-weight: lighter;
    padding-left: 5px ;
	margin-bottom: 5px;
	}
.middletext h5 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #008000 ;
	text-align: left;
	font-weight: normal;
    padding-left: 5px ;
	
	}
.middletext a:link {
	color: #008000;
    font-weight:normal;
    text-decoration: none;
	}
.middletext a:visited {
	color: #008000;
	}
.middletext a:hover {
	color: #FF0000;
	text-decoration:none;
	font-weight: bold;
}

.middletext img {
    float: left; 
    border-radius: 15px;
}

.main video {
    max-width: 100%;
    border-radius: 15px;	
    border: thin solid #000000;
}  
.figure {
    display: flex;
    flex-flow: column;
    padding: 10px;
    float: left; 
    margin: auto;
}
.image {
    display: flex;
    flex-flow: column;
    float: left; 
    padding-right: 10px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px ;
}
figcaption {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-style: italic;
	color: #008000 ;
	font-weight: lighter;
    text-align: center;   
    padding-top: 5px ;
}

.listamain {
	display: flex;
    flex: 2;
	border: thin solid #000000;
	border-radius: 15px;
    flex-direction: column;
}

/*.aside {
 }*/
.left-sidebar {
    background: dodgerblue;
	border-radius: 15px;	
    border: thin solid #000000;
    justify-content: center;
    align-items: center;
}
.right-sidebar {
    background-color: #EEEEFF;
    border-radius: 15px;	
    border: thin solid #000000;
    justify-content: center;
    align-items: center;
    }
.right-sidebar img {
    border-radius: 15px;
}	
.right-sidebar h2 {
    margin: 8px;
	padding: 5px 10px;
	FONT-SIZE: 12pt;
	FONT-FAMILY: Verdana;
	COLOR: #990000;
	text-indent: 0;
	margin-left: 8px;
	margin-right: 8px;
	text-align:center;
}
.accordion_wrap {
	margin:20px 0px;
}
h3.togglers {
    cursor: pointer;
    color: #528CE0;
    margin: 0 0 4px 0;
    padding: 3px 5px 1px;
    background: #D2E0E6;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Andale Mono', sans-serif;
}
         
div.elements p, div.elements h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}      
h4.elements {
        text-align: left;
    	FONT-SIZE: 8pt;
    	margin-top:0pt;
    	font-weight:normal;
        margin: 0 0 2px 0;
    	padding: 5px 10px;
    	FONT-SIZE: 9pt;
    	font-family: 'Andale Mono', sans-serif;
    	COLOR: #990000;
    	text-indent: 0;
    	margin-left: 8px;
    	margin-right: 8px;
    	text-align:left;
}
footer {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: column;
    align-items:center;
    background: #EEEEFF;
    border: thin solid #000000;
    border-radius: 5px;
    FONT-SIZE: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #008000;
    padding-bottom: 5px;
    padding-top: 5px;
}
.footer a:link {
	color: #008000;
    font-weight: bold;
    text-decoration: none;
	}
.footer a:visited {
	color: #008000;
	}
.footer a:hover {
	color: #FF0000;
	text-decoration:none;
	font-weight: bold;
}

#frmContact {
/*	border-top: #a2d0c8 2px solid; 
	padding: 10px;*/
    background: #EEEEFF;
	
}

#frmContact div {
	margin-bottom: 20px;
	margin-left: 25px;
}

#frmContact div label {
	margin: 5px 0px 0px 5px;    
	color: #CE7B77;
}

.demoInputBox {
	padding: 10px;
	border: #a5d2ca 1px solid;
	border-radius: 4px;
	background-color: #FFF;
	width: 95%;
    margin-top:5px;
}

.error {
	background-color: #FF6600;
    padding: 8px 10px;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 0.9em;
}

.success {
	background-color: #c3c791;
	padding: 8px 10px;
	color: #FFFFFF;
	border-radius: 4px;
    font-size: 0.9em;
}

.info {
	font-size: .8em;
	color: #FF6600;
	letter-spacing: 2px;
	padding-left: 5px;
}

.btnAction {
	background-color: #82a9a2;
    padding: 10px 40px;
    color: #FFF;
    border: #739690 1px solid;
	border-radius: 4px;
}

.btnAction:focus {
	outline:none;
}
.column-right
{
    margin-right: 6px;
}
.contact-row
{
    display: inline-block;
    width: 32%;
}
@media all and (max-width: 550px) {
    .contact-row {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {   
    .navbar {
        display: flex;
        padding-bottom: 0;
        height: 25px;
        justify-content: center;
        align-items:center;
    }
    .main-nav {
        display: flex;
        margin-right: 30px;
        flex-direction: row;
        justify-content: flex-end;
    }    
    .main-nav li {
        margin: 0;
    }    
    .nav-links {
        margin-left: 40px;
    }    
    .logo {
        margin-top: 0;
    }   
        .img {
        margin-top: 0;
    } 
    .navbar-toggle {
        display: none;
    }    
    .logo:hover,
    .nav-links:hover {
        color: rgba(255, 255, 255, 1);
    }
	.header img {
	display: inline;
}
    .headertxt h3 {
        display: initial ;
    }
    .footer {
        flex-direction: row;
        width: auto;
        max-width: 1000px ;
    }
    .content {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .main {
        flex: 2;
        order: 2;
        min-height: 80vh;  
        max-width: 750px ;
        min-width: 600px ;
    }
    .left-sidebar {
        max-width: 200px;
        order: 1;
        flex: 1;
    }
    .right-sidebar {
        max-width:250px ;
        flex: 1;
        order: 3;
    }
 }
/*****  printing recept ******/
 .btn {
    color: white;
    background-color: blue ;
    border-radius: 6px;
    padding: 6px 16px;
    float: right; }

    @media print {
      .noprint { display: none; }
      img { display: none; }
      figcaption { display: none; } 
    }