@charset "utf-8";
/* dogrelax20190615001.css - dogrelax.ch, 2019
(c) thewebdeer.ch, 2019
*/
:root{
	--back-color-100: rgba(123,183,59,1);
	--base-color-100: rgba(0,0,0,1);
	--link: rgba(255, 87, 41,1);
	--link-hover: rgba(35,31,32,1);
	--logo-height-s: 60px;
	--logo-height-l:80px;
	--header-padding-s: 5px;
	--header-padding-l: 5px;
	--top-margin: 0px;
	--floating-size: 20px;
	--floating-color:#000;
	--floating-backcolor: #fff;
	--floating-unselect: #999;
	--floating-select:rgb(123,183,59 ,1 );
	--floating-input-line: 1px;
	--floating-error-line: 1px;
	--floating-error-color: red;
	--floating-input-border: 0px;
	--floating-textarea-border: 1px;
}
@font-face {
  font-family: 'PageHeader';
  src: url('../fonts/MyFont-Regular.ttf');
}
@font-face {
  font-family: 'MainFont';
  src: url('../fonts/Quicksand-Regular.ttf');
}		
html {
	height:100%;
	margin: 0;
	font-family: sans-serif;
}	
body {
	height:100%;
	margin: 0;
	display:flex;
	flex-direction: column;	
	font-family: 'MainFont';
	font-size:20px; /*base font size */
	color:var(--base-color-100);
	-webkit-text-size-adjust: 100%;
}			
select{
	font-family: 'MainFont';
	font-size:20px; /*base font size */
}
input{
	font-family: 'MainFont';
	font-size:20px;
}
textarea{
	font-family: 'MainFont';
	font-size:20px;
}
h1{
	margin-top:0;
}
h2{
	margin-top:0;
}
.content{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	flex-grow:1;
}
a{
	text-decoration:none;
	color:var(--link);
}
a:hover, a:hover > span{
	color: var(--link-hover);
	cursor:pointer;
}
a.invert{
	text-decoration:none;
	xcolor:#fff;
	color:var(--base-color-100);
	cursor:pointer;
}
a.invert:hover{
	text-decoration:none;
	xcolor:#fff;
	color:var(--link);
	cursor:pointer;
}
.iconbtn{
	float:right;
	cursor:pointer;
	font-size:1.5em;
	xpadding:1em;
}
.flexrowwrap{
	display:flex;
	flex-flow: row wrap;
}
.flexrownowrap{
	display:flex;
	flex-flow: row nowrap;
}
.flexcolumn{
	display:flex;
	flex-flow: column;
	justify-content:center;
	align-items:center;
}
.nowrap{
	white-space: nowrap;
}
/* CHECKBOX WITH FONTAWSOME */
input[type=checkbox] { 
	display:none; 
}
input[type=checkbox] + label:before {
  font-family: 'Font Awesome 5 Free';
  color:var(--base-color-100);
  display: inline-block;
  cursor:pointer;
}
input[type=checkbox] + label:before { 
	content: "\f0c8"; 
} /* unchecked icon */
input[type=checkbox]:checked + label:before { 
	content: "\f14a"; 
} /* checked icon */
/* RADIO WITH FONTAWSOME */
input[type=radio] { 
	display:none; 
}
input[type=radio] + label:before {
  font-family: 'Font Awesome 5 Free';
  color:var(--base-color-100);
  display: inline-block;
  cursor:pointer;
}
input[type=radio] + label:before { 
	content: "\f111"; 
} /* unchecked icon */
input[type=radio]:checked + label:before { 
	content: "\f192"; 
} /* checked icon */
/* turn spinner off for number fields */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}
h1{
	font-size:1.5em;
}
h2{
	font-size:1.2em;
}
.cookiebanner{
	padding: 1em;
	font-family:'MainFont';
	margin-right:2em;
	text-align:justify;
}
.actualitybox{
	padding:5px 5px 10px 5px;
  -webkit-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
  background-color: rgba(229,229,229,.5);
  font-size:1em;
  width:100%;
  display:flex;
  flex-flow: column nowrap;
}
.actualityrow{
	margin:5px;
}

.coursebox{
	padding:5px 5px 10px 5px;
  -webkit-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
  background-color: rgba(229,229,229,.5);
  font-size:.9em;
  width:97%;
  margin-bottom: 25px;
}
.courserow{
	display:flex;
	flex-direction:row;
}
.courserow > div{
	margin:5px;
}
.courseenrole{
	padding:5px;
	text-align:left;
	border:solid 0px grey;
}
.coursenoenrole{
	padding:5px;
	text-align:left;
	border:solid 0px grey;
}
a.courseenrole{
	padding:10px;
}
.courseenrole a:hover{
	background-color:rgba(122,193,66, .20);  
	text-decoration:none;
	color: rgba(122,193,66, 1);  
}
.coursebookedup{
	color:rgba(153,0,0, 1);
	font-size:1.1em;
	padding:10px;
}
.courselink{
	padding:10px;
	color: rgba(122,193,66, 1);  
	font-size:1.1em;
	font-weight:bold;
}
.menu{
	list-style-type: none;
  margin: 0;
  padding: 0;
  font-size:1em;
}
.menu > li {
  display: inline;
}
.menu :not(:last-child){
	padding-right: 1em;
}
.sidenav {
	color:var(--base-color-100);
  position: fixed;
  width: 100%;
  height:0;
  z-index: 99999;
  left: 0;
	background-color:rgba(255,255,255, .8);  
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border:solid 0px red;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  transition: .8s;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;  
  box-shadow: 0 4px 6px -6px #222;
}
.popmenu {
  padding: .3em 0 .3em 24px;
  text-decoration: none;
  font-size: 1.1em;
  color: #000;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  margin-right:5px;
}
.popsmenu {
  padding: .5em 0 0 48px;
  text-decoration: none;
  color: #000;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.lipopmenu, .popmenu{
	cursor:pointer;
}
.submenu{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height:0;
	overflow:hidden;
}
.rotate{
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.rotate.down{
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.floating-label{
	width:98%;
	position:relative;
	border:solid 0px black;
	padding:calc(var(--floating-size)/4);
	padding-top:calc(var(--floating-size)*.7);
	background-color:var(--floating-backcolor);
	padding-bottom:calc(var(--floating-size)*.7);
}
.floating-box{
	padding:calc(var(--floating-size)/4);
	padding-top:calc(var(--floating-size)*.7);
	background-color:var(--floating-backcolor);
	padding-bottom:calc(var(--floating-size)*.7);
}

.floating-label-input:focus-within{
	border:solid var(--floating-input-border) var(--floating-select);
	box-shadow: 0 0px calc(var(--floating-input-border)*4) var(--floating-select);
	transition: all .5s ease; 
}
.floating-label-textarea:focus-within{
	border:solid var(--floating-textarea-border) var(--floating-select);
	box-shadow: 0 0px calc(var(--floating-textarea-border)*4) var(--floating-select);
	transition: all .5s ease; 
}
.floating-label label{
	font-size:var(--floating-size);
	position:absolute;
	left: calc(var(--floating-size)/4);;
	top:calc(var(--floating-size)*0.8);
	opacity:0;
	transition: all .5s ease; 
	color:var(--floating-unselect);
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	z-index:-1;
}
.floating-label textarea{
	font-family:inherit;
	font-size:var(--floating-size);
	border:0;
	width:100%;
	outline:none;
	border-bottom:solid var(--floating-input-line) var(--floating-unselect);
}
.floating-label input{
	width:100%;
	font-family:inherit;
	font-size:var(--floating-size);
	bottom:calc(var(--floating-size)/4);
	background-color:var(--floating-backcolor);
	border:0;
	border-bottom:solid var(--floating-input-line) var(--floating-unselect);
	transition: all .5s ease; 
}
.floating-label input:focus {
	box-shadow: 0 calc(var(--floating-input-line)*4) calc(var(--floating-input-line)*4) calc(0px - var(--floating-input-line)*4) var(--floating-select);
	outline: 0; 
  color:var(--floating-color);
}
.floating-label input:invalid, textarea:invalid{
	box-shadow: none;
	border-bottom:solid var(--floating-error-line) var(--floating-error-color);
	box-shadow: 0 calc(var(--floating-error-line)*4) calc(var(--floating-error-line)*4) calc(0px - var(--floating-error-line)*4) var(--floating-error-color);
}
.floating-label input:focus + label,textarea:focus + label{
  color:var(--floating-select);
}
.floating-label input:not(:placeholder-shown) + label,textarea:not(:placeholder-shown) + label{
	transform: translateY(calc(0px - calc(var(--floating-size)*0.8)));
	opacity:  1; 
	font-size:calc(var(--floating-size)*.7);
	z-index:1;
}
footer {
	background-color: var(--back-color-100);
	padding: 1em;
	flex-shrink:0;
	justify-content: flex-end;
	z-index:99;
}
.footer{
	display:flex;
	flex-flow: column nowrap;
	justify-content:flex-start;
	align-items: center;
	font-size:1em;
}
.footerbox{
	width: 90%;
	color:white;
	padding-bottom: 1em;
}
.footerbox > div{
	padding-bottom: 1em;
}
.footerlink{
	color:#fff;
}
.footerlink:hover{
	color:var(--link);
}
header {
	width:100%;
	padding: 0px var(--header-padding-s) 0px  var(--header-padding-s);
	position:fixed;
	background-color:rgba(255,255,255,.7);
	z-index:9999;
  box-shadow: 0 4px 6px -6px #222;
  transition: all .5s ;
}
.header{
	display: flex;
	flex-direction: row;
	flew-wrap: nowrap;
	justify-content: space-between;	
	align-items:flex-end;
}
.filler{
	flex-grow:1; 
	height:0px;
}
img.dogrelax_logo{
	height:var(--logo-height-s);
}
img.d10years{
	width:80px;
	position: relative;
	top:-20px;
	left:-50px;
}
img{
	transition: all .5s ;
}
#navbox{
	display:flex;
	flex-flow:column nowrap;
	justify-content: space-around;
	align-items:flex-end;
	height: calc(var(--header-padding-s)*2 + var(--logo-height-s));
	padding-right:15px;
}
#shortnav{
	font-size:1.2em;
	display:none;
}
#shortnav > i:not(:last-child){
	padding: 0 1em 0 0;
}
.shortnav{
	font-size:1.2em;
	padding:0 1em 0 0;
}
nav{
	display:none;
	align-self:fl0ex-end;
	overflow:hidden;
}
#menubar{
	display:inline;
	padding: 0em 1em .5em 0em;
}
.sidenav{
	top:calc(var(--header-padding-s)*2 + var(--logo-height-s));
}
#contentgallery {
  max-width: 1000px;
  position: relative;
  width:100%;
  overflow:hidden;
}
#imgthumbs{
	list-style-type:none;
	margin:0;
	padding:0;
	width:100px;	
	height:50px;
	white-space: nowrap;
	position:relative;
	left:0;
	transition: left .5s ease-out;
}
#imgthumbcontainer{
	height:60px;
	margin:10px 0 0 -4px;
	overflow:hidden;
}
.imgthumbitem{
	float:left;
	margin:0 6px 0 0;	
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;	
}
.previmage, .nextimage {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin: -1em 1em 0 1em;
  color: white;
  height: 1.5em;
  width: 1.5em;
  transition: 0.6s ease;
  border-radius: 50%;
  user-select: none;
}
.nextimage {
  right: 0;  
}
.previmage:hover, .nextimage:hover {
  background-color: rgba(0,0,0,0.8);
}
.imgcaptiontext{
	padding: 0 15px 0 15px;
}
.imgcaption {
  color: #f2f2f2;
  font-size: .8em;
  padding: 0px 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: left;
  background-color: rgba(0,0,0,.3);
}
.droptarget{
	border-left:solid 3px darkgreen;
}
.currentthumb{
	border: solid 2px rgba(123,183,59,1) !important; 
}
main{
	display: flex;
	flex-flow: column nowrap;
	justify-content:center;
	min-height:0px;
	flex: 1 0 auto;
}
#topimage{
	position:relative;
	height:400px;
	min-width:100%;
	background-size:cover;
	background-position:center top;	
	background-repeat: no-repeat;	
}
#topcontainer{
	z-index:99;
	width:100%;
	position: absolute;
	bottom:0;
	background:rgba(51,51,51,.3);
}
#topheader{
	padding-left:5px;
	font-size:2em;
	line-height:1.1em;
	color:white;
	font-family:'PageHeader';
	text-align:center;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .34);
}
#gedanke{
	padding:10px 0px 10px 0px;
	width:100%;
	min-height:1.2em;
	font-size:1.2em;
	text-align:center;
	background-color:var(--back-color-100);
	color:#fff;
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
}
#spruch{
	text-align:right;
	padding: 0 1em 0 1em;
}

.shadowbox{
	padding:5px;
  -webkit-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
  xmargin-top:25px;
  margin-bottom: 25px;
  width:97%;
}
.shadowbox:last-of-type{
	
}
.messagebox{
	width:100%;
	font-size:0.7em;
	text-align:right;
}
.msgboxerror{
	color:red;
}
.box-1-2{
	padding:1em 1em 0 1em;
	border: solid 0px red;
	width:90%;
}
.box-1-3{
	padding:1em 1em 0 1em;
	width:90%;
}
.box-2-3{
	padding:1em 1em 0 1em;
	width:90%;
}
.box-3-3{
	width: 100%;
	padding:1em 1em 0 1em;
}
.box-1-2 > div{
}
.btnaction{
	float:right;
}
a.btnaction{
	color: rgba(122,193,66, 1);  
	font-size:1.1em;	
	padding:10px;
}
a.btnaction:hover{
	background-color:rgba(122,193,66, .20);  
	text-decoration:none;
	color: rgba(122,193,66, 1);  
}
button{
}
.basecontent{
	max-width:1200px;
	width:100%;
	display:flex;
	padding: 25px 0 25px 0;
	flex-flow:column nowrap;
	justify-content:flex-start;
	align-items:center;
}
.contentrow{
	max-width:1200px;
	width:95%;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	overflow:hidden;
	transition: flex .5s ease-out;
}

.dialogrow{
	max-width:1200px;
	width:95%;
	height:0px;
	overflow:hidden;
	transition: height .5s ease-out;
	display:flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.collapsed{
	flex:0;
}
.contentbox{
	max-width:1200px;
	width:98%;
	height: 100%;
	overflow-wrap:break-word;
 	overflow-wrap: break-all;	
 	word-break: break-word;
}
.div-width-100{
	width:100% !important;
}
.div-width-70{
	width:70% !important;
}
.div-width-45{
	width:100% !important;
}
.div-width-25{
	width:25% !important;
}
.div-width-20{
	width:20% !important;
}
.img_submenu{
	width:100%;
}
.center{
	text-align:center;
}
.regrow{
	padding: 5px;
}
.initiale{
	padding:2px 0 0 10px;
	font-size:1.2em;
	background-color:var(--link);
	color:#fff;
}
a.submenu{
	color:var(--link);
	line-height:1.8em;
}
a.submenu:hover{
	color:var(--link-hover);
}
.submenu1textheader{
	display:none;
}
.menubox {
  width: 30px;
  height: 28px;;
  position: relative;
  z-index: 0;
  top:0px;
  left:0px;
  cursor: pointer;
}
.menubox .menubar1::before {
  content: '';
  left: 0px;
  top: 4px;
  position: absolute;
  width: 15px;
  transform-origin: left bottom;
  height: 4px;
  background: #666;
  transition: transform 0.3s, top 0.3s;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.menubox .menubar1::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 4px;
  width: 15px;
  transform-origin: right bottom;
  height: 4px;
  background: #666;
  transition: transform 0.3s, top 0.3s;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.menubox .menubar2 {
  position: absolute;
  width: 30px;
  top: 50%;
  left: 50%;
  height: 4px;
  background: #666;
  transform: translate(-50%, -50%);
  transition: transform 0.1s 0.1s, width 0.3s 0.3s;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.menubox .menubar3::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0px;
  width: 15px;
  transform-origin: left top;
  height: 4px;
  background: #666;
  transition: transform 0.3s, bottom 0.3s;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.menubox .menubar3::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 0px;
  width: 15px;
  transform-origin: right top;
  height: 4px;
  background: #666;
  transition: transform 0.3s, bottom 0.3s;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.menubox.openmenu .menubar1:before {
	width:10px;
  transform: rotate(45deg) translate(5px, -5px);
  transform-origin: left bottom;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
}
.menubox.openmenu .menubar1:after {
	width:10px;
  transform: rotate(-45deg) translate(-4px, -4px);;
  transform-origin: right bottom;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
}
.menubox.openmenu .menubar2 {
	width:4px;
	height:4px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s 0.1s, width 0.3s 0.1s;
}
.menubox.openmenu .menubar3:before {
	width:10px;
  transform: rotate(-45deg) translate(5px, 5px);
  transform-origin: left top;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
}
.menubox.openmenu .menubar3:after {
	width:10px;
  transform: rotate(45deg)  translate(-4px, 4px);
  transform-origin: right top;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
}
.noscript{
	top:0;
	position:fixed;
	z-index:999999;
	left:0;
	right:0;
	margin-top:var(--top-margin);
	padding:15px;
	max-width:480px;
	margin-left:auto;
	margin-right:auto;
	background-color: #cdcdcd;
	border: solid 2px black;
}
.noscript a{
	background-color:rgba(0,0,0,.1);
}	
@media screen and (min-width: 400px) {
	img.d10years{
		width:120px;
	}		
}
@media screen and (min-width: 500px){
	.div-width-45{
		width:45% !important;
	}
}
@media screen and (min-width: 600px) {
	.footer{
		display:flex;
		flex-flow: row wrap;
		justify-content:center;
		align-items: flex-start;
		align-content: flex-start;
	}	
	.footerbox{
		width: 45%;
	}
	.footer{
		font-size:.9em;
	}
}
@media screen and (min-width: 650px){
	:root {
		--floating-size: 18px;
	}	
	#topimage{
		height:500px;
	}
	#topheader{
		font-size:3em;
	}
	body{
		font-size:18px;
	}
	select, input, textarea{
		font-size:18px;
	}		
	.box-1-3{
		width:90%;
		flex-flow:row wrap;
	}
	.box-2-3{
		width:90%;
	}
	.box-3-3{
		width:600px;
	}
	.coursebox{
		xwidth:45%;
		margin: 0 3% 25px 0;
	}	
}
@media screen and (min-width: 800px) {
	.menu{
		font-size: 1.1em;
	}
	.popsmenu{
		font-size: 1.1em;
		white-space: nowrap;
	}
	nav{
		display:inline;
	}
	#menubar{
		display:none;
	}	
	#shortnav{
		display:block;
	}	
	
	#navbox{
		height:var(--logo-height-l);
	}
	img.dogrelax_logo{
		height:var(--logo-height-l);
	}		
	img.d10years{
		width:160px;
	}	
	.sidenav{
		top:calc(var(--header-padding-l)*2 + var(--logo-height-l));
	}	
	header {
		padding: var(--header-padding-s) var(--header-padding-s) 0px  var(--header-padding-s);	
	}
	.footerbox{
		width: 30%;
	}	
}
@media screen and (min-width: 850px){
	.box-1-2{
		width:90%;
	}	
	.contentrow{
		flex-direction:row;
		align-items:flex-start;
	}	
	.submenu1imgheader{
		display:none;
	}
	.submenu1textheader{
		display:inline;
	}
	.coursebox{
		width:100%;
	}	
}
@media screen and (min-width: 1001px) {
	#topimage{
		xheight:500px;
	}
	.box-1-3{
		width:33%;
	}
	.box-2-3{
		width:66%;
	}
	.box-3-3{
		width:800px;
	}	
	.footerbox{
		width: 24%;
	}	
}
@media screen and (min-width: 1200px) {
	#topimage{
		height:600px;
	}	
}
@media screen and (min-width: 1400px){
	#topimage{
		height:700px;
	}		
}

