/*
 * @author Christian Sigrist
 *
 * Template cs_webdesign
 *
/* ################################################################ */

.all
{
	color: #000000;
	border:solid 0px #ddd  !important;
    margin: 0 auto;
    width: 1290px;
    padding: 0px;
    text-align: left;
}

body
{
	background: url(../images/matterhorn.jpg) no-repeat scroll center 0;
	background-attachment: fixed;
	background-size: 101.5% 101.5%;
}

/* ##########################  header  ########################### */

#fixed
{
	background: url(../images/matterhorn.jpg) no-repeat scroll center 0;
	width: 1290px;
	position: fixed;
	top: 0;
}

.left-header
{
	/*background: #FFFFFF;*/
	padding:0px 0px 0px 15px;
	float: left;
	width: 360px;
	position: relative;
	z-index: 150;
}

.middle-header
{
	padding: 7px;
    min-height: 45px;
    width: 500px;
    float: right;
    margin: 0 30px;
    background: transparent;
}

.right-header
{
	height: 130px;
    float: right;
    width: 350px;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 5px;
    position: relative;
    z-index: 100;
}

.left-header .moduletable,
.right-header .moduletable
{
	position: relative;
	margin: 0 0 0 0;
	padding: 0px 0px 5px 0px;
	float: left;
}

.header-image {
    min-height: 45px;
    background: transparent;
    display: block !important;
    position: relative;
    /*padding-top: 128px;*/
    overflow: hidden;
    z-index: 0;
}
/* #############################  menu  ############################### */

ul#topmenu li {
    float: left;
    display: inline;
    line-height: 30px;
    margin: 0 0 0 20px;
    font-size: 20px;
}

ul#topmenu li a:link, ul#topmenu li a:visited
{
	color: #000000;
	line-height: 30px;
	font-size: 20px;
	text-decoration: underline;
}

ul#topmenu li a:hover
{
	color: #0011ff;
}

.fixed-topnavbar
{
	/*position: fixed;
	top: 90px;*/
	width: 1100px;
	max-width: 1100px;
	z-index: 200;
}

.container-sidebar-left
{
	position: fixed;
}

.sidebar_left_top
{
	width: 230px;
    margin-left: 15px;
}

ul.mainmenu
{
	list-style-type: none !important;
	padding: 0px 10px 20px 10px;
    position: relative;
}

ul.mainmenu li {
    line-height: 60px;
    margin-bottom: 10px;
}

ul.mainmenu li.active a:link, ul.mainmenu li.active a:visited
{
    /*margin-bottom: 5px;*/
    color: white;
}

ul.mainmenu li a:link, ul.mainmenu li a:visited
{
    background-image: url(../images/tafel_claudine_menu.png);
    display: block;
    padding: 0px 4px 0px 20px;
    text-decoration: none;
    color: #FFF642;
    font-size: 15px;
    font-weight: bold;
}

a#buchen
{
	background-image: url(../images/tafel_claudine_button_lang.png);
	text-decoration: none;
	display: block;
	color: #FFF642;
	/*padding: 10px 25px 10px 24px;*/
	line-height: 45px;
	width: 235px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
}

a#buchen:hover,
a#buchen:active,
ul.mainmenu li a:hover,
ul.mainmenu li a:active,
ul li a:focus
{
	color: white;
}

/* #############################  button  ############################### */

.back-to-top-link,
button, [type="button"], [type="reset"], [type="submit"] {
    color: #000000;
    border-radius: 7px;
    border: solid 1px #888888;
    padding: 7px;
    text-decoration: none;
    background: #AFAFAF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FDFDFD 5px), to(#B6B6B6));
    background: -webkit-linear-gradient(#FDFDFD 5px, #B6B6B6);
    background: -moz-linear-gradient(#FDFDFD 5px, #B6B6B6);
    background: -ms-linear-gradient(#FDFDFD 5px, #B6B6B6);
    background: -o-linear-gradient(#FDFDFD 5px, #B6B6B6);
    background: linear-gradient(#FDFDFD 5px, #B6B6B6);
    background: linear-gradient(#FDFDFD 5px, #B6B6B6);
}

.back-to-top-link:hover, .back-to-top-link:focus,
button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover{
	color: #000000;
    border: solid 1px #888888;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#B6B6B6 5px), to(#FDFDFD));
	background: -webkit-linear-gradient(#B6B6B6 5px, #FDFDFD);
	background: -moz-linear-gradient(#B6B6B6 5px, #FDFDFD);
	background: -ms-linear-gradient(#B6B6B6 5px, #FDFDFD);
	background: -o-linear-gradient(#B6B6B6 5px, #FDFDFD);
	background: linear-gradient(#B6B6B6 5px, #FDFDFD);
	background: linear-gradient(#B6B6B6 5px, #FDFDFD);
}
  
/* #############################  content  ############################### */

main h1 {
    position: relative;
    padding: 4px 4px 4px 6px;
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 10px;
    border: solid 3px #EC1C23;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.site-grid {
    grid-gap: 0 !important;
    top: 150px;
    position: relative;
}

.container-component {
    padding: 0 15px;
    margin-bottom: 20px;
    background: #eeeeee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: .90;
}

.leaflet-container,
.content-body,
.com-content-article__body,
.blog-items {
    min-height: 484px;
    padding: 18px;
    margin: 0 0 15px 0;
    display: block;
    overflow: hidden;
    border: solid 1px #DDDDDD;
    -webkit-box-shadow: 4px -3px 6px #BBBBBB;
    -moz-box-shadow: 4px -3px 6px #BBBBBB;
    box-shadow: 4px -3px 6px #BBBBBB;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.category {
    margin-bottom: 10px;
}

.contact-form {
    margin: 20px 0;
}

.contact_reguired_desc {
    font-weight: bold;
}

.control-group {
  flex-wrap: wrap;
  margin: 1em 0;
  display: flex;
  position: relative;
}

#reservation-form .control-group .control-label {
  width: 200px;
  padding: .3rem 1rem .3rem 0;
}

.control-label {
    float: left;
    width: 115px;
    padding: 12px 0;
}

.controls {
    float: left;
    width: 45%;
    padding: 5px 0;
}

.form-check-label {
    padding-left: 1em;
}

.box1, .box2, .box3
{
	width: 33%;
}

.box2
{
	margin: 0 auto;
}

.fixedcategory
{
  background-color: #eeeeee;
  z-index: 9999;
  position: sticky;
  top: 149px;
  width: 100%;
  padding: 15px 0;
}

.fixedtopbox
{
  background-color: #eeeeee;
  z-index: 9999;
  position: sticky;
  top: 218px;
  width: 100%;
}

.fixedheader
{
  background-color: #eeeeee;
  z-index: 9999;
  position: sticky;
  top: 278px;
  padding: 10px 0 10px 15px;
  width: 100%;
}

/* #############################  sidebar right  ############################### */

.container-sidebar-right {
    background: #de383e;
}

.container-sidebar-right {
    padding: 10px;
}
.right_top h3 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
    display: block;
}

/* #############################  footer  ############################### */

.footer {
	position: relative;
	padding: 0;
	text-align:right;
	margin:0 auto;
	display:block;
	overflow:hidden;
	height: 40px;
	border: 1px solid #002232;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	background: #1a8abf;
	background: -moz-linear-gradient(top,  #0C3C6D 0%, #1a8abf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C3C6D), color-stop(100%,#1a8abf));
	background: -webkit-linear-gradient(top,  #0C3C6D 0%, #1a8abf 100%);
	background: -o-linear-gradient(top,  #0C3C6D 0%, #1a8abf 100%);
	background: -ms-linear-gradient(top,  #0C3C6D 0%, #1a8abf 100%);
	background: linear-gradient(top,  #0C3C6D 0%, #1a8abf 100%);
	color:#FFFFFF;
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

#footer-inner {
    max-width: 1025px;
    margin: 0 auto;
    padding: 8px 10px 8px 10px;
}

.bottombox1,
.bottombox2,
.bottombox3 {
    width: 33%;
    float: right;
}

ul.mod-menu a {
    display: block;
    margin: 0;
    /*text-decoration: none !important;*/
}

.footer ul.mod-menu li a:link,
.footer ul.mod-menu li a:visited,
.footer ul.mod-menu li.active a:link,
.footer ul.mod-menu li.active a:visited {
    color: #dddddd;
}
