html {
	height: 100%;
}

@font-face {
  font-family: "DINOT";
  src: url("DINOT.otf");
}

#img-contain {
  	object-fit:contain;
  	background-position:center;
}

/* Cursors __________________________________ */

body {
  cursor: url('media/ci/icons/201115_descourse_cursor.svg'), auto;
}

a:hover {
  cursor: url('media/ci/icons/201115_descourse_pointer.svg'), auto;
}

.section {
  cursor: url('media/ci/icons/201115_descourse_cursor.svg'), auto;
}

.button {
  cursor: url('media/ci/icons/201115_descourse_pointer.svg'), auto;
}

.btn {
  cursor: url('media/ci/icons/201115_descourse_pointer.svg'), auto;
}

/* Cookie-Banner */

#cookieconsent:desc {
  font-family: "DINOT";
  src: url("DINOT.otf");
}

/* Preloader */

.layer1_class { 
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 0px;
  visibility: visible;
}
         
.layer2_class {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  visibility: hidden;
}

/* Loader wheel dynamic ______________________ */

.loader {
  border: 30px solid #f3f3f3;
  border-radius: 50%;
  border-top: 30px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* dynamic elements for index-page (Startseite) */

.testanimation{
    animation-name: test;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

@keyframes test {
   /*0%   {  transform:translate(0)    }*/
   0%  {  transform:translate(110%) }
   100%  {  transform:translate(-110%) }
   /*100% {  transform:translate(0) }*/
}

#welcomeMotion {
    margin-top: 0px;
  	margin-bottom: 50px;
    position: relative;
  	z-index: -1;
}

#welcomeMotion img {
    transform: translate(-75%, 0%);
  	transition: all 1s ease-out;
}

#welcomeMotion.pos2 img {
    transition: all 1s ease-out;
    transform: translate(0%, 0%);
}
  
/* admin settings */

.admin {
  vertical-align: middle;
}

.success {
  display: block;
  background-color: green;
  padding: 20px;
  text-align: center;
}

.alert {
  display: block;
  background-color: red;
  padding: 20px;
  text-align: center;
}

/* general settings */

.bg {
  background-image: url("/graphics/bg/200628_descourse_bg.svg");
  height: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

* {
  	box-sizing: border-box;
  	margin-left: auto;
  	margin-right: auto;
}

a {
  	/*text-decoration: none;*/
  	color: rgba(100, 100, 103, 1);
}
a:link {
  	text-decoration: none;
  	color: rgba(5, 195, 222, 1);
}

a:hover {
  	color: rgba(5, 195, 222, 1);
}

/* --------------Fade-in Effect Load-page für CSS (alternativ zu JS)-------------- */
.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}
}

/* Add a body class */
body {
  	font-family: "DINOT", Arial;
  	font-weight: 100;
  	height: 100%;
  	width: 100%;
  	background-color: rgba(255, 255, 255, 1);
    display: table !important;
    table-layout: fixed;
    transition:all 0.3s ease;
  	margin-top: 0 !important;
}

main {
	display: table-row;
	height: 100%;
  	margin: 0 0 45px 0;
}

.section {
 	width: 100%;
  	margin: 0 0 30px 0;
}

.center {
  margin-right:auto;margin-left:auto
}

.row {
	width: 100%;
    min-width: 300px;
    /*padding: 0px 8px 0px 8px;*/
  	text-decoration: none;
  	vertical-align: top;
}

.half-row {
	width: 100%;
    min-width: 300px;
    /*padding: 0px 8px 0px 8px;*/
  	text-decoration: none;
  	vertical-align: top;
    display: grid;
  	grid-auto-rows:max-content;
  	grid-template-columns: 1fr;
}

/*row id regular-width*/
#reg-width {
  	max-width: 1600px;
}

/*row id full-width*/
#full-width {
	width: 100%;
  	max-width: 4000px;
}
    
[class*="column"] {
	padding: 0px 4px 0px 4px;
	font-size: 15px;
}
/*
.padding-multi-column {
  	padding: 0 24px 0 24px !important;
}
*/

/* Header __________________________________________________________________________*/
.container {
  display: grid;
  grid-template-areas:
    'logo desktop desktop desktop'
    'mobile mobile mobile mobile';
  width: 100%;
  grid-gap: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 1);
  padding: 0px 5px 0px 5px;
  position: sticky;
  top: 0;
  min-height: 60px;
  z-index: 100;
}

.logo {
	grid-area: logo;
    background-image: url("graphics/icons/200607_descourse_logo.svg");
    width: 208px;
    height: 30px;
  	margin: 10px;
    /*background-color: #ffffff;*/
    background-repeat: no-repeat;
    position: absolute;
  	left:0;
}
.logo:hover {
  	filter: opacity(0.6);
  	transition: 0.2s;
}
  
.icon { 
	grid-area: navbar;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 10px;
  	color: rgba(0, 0, 0, 1);
    transition: 0.2s;
}

.icon:hover {
	color: rgba(100, 100, 103, 1);
	/*background-color: rgba(0, 84, 134, 1);*/
}

.icon > a {
  color: rgba(0, 0, 0, 1);
}

.topnav {
	grid-area: desktop; 
	display: flex;
	overflow: hidden;
	/*background-color: white;*/
	justify-content: flex-end;
  	position: absolute;
    right:0;
}
.topnav a {
  float: left;
  display: block;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  padding: 20px 15px;
  text-decoration: none;
  font-size: 17px;
  transition: 0.2s;
}

.topnav a:hover {
  /*background-color: rgba(0, 84, 134, 1);*/
  /*color: rgba(100, 100, 103, 1);*/
  color: rgba(5, 195, 222, 1);
  /*text-shadow: 0 0 10px rgba(0, 84, 134, 1); /* replace with whatever color you want */
}

.topnav a.active {
  /*background-color: rgba(0, 84, 134, 1);*/
  color: rgba(5, 195, 222, 1);
}

#currentpage {
  color: rgba(5, 195, 222, 1);
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.bothcolumn {   
    width: 100%;
  	flex-direction: row;
	vertical-align: top;
}

.leftcolumn {   
    float: left;
    width: 100%;
  	display: table-row;
  	flex-direction: row;
	vertical-align: top;
}

.rightcolumn {   
    float: right;
	width: 100%;
    display: table-row;
  	flex-direction: row;
	vertical-align: top;
}

#leftcolumn { 
  	display: flex;
    flex-direction: row;
}

#rightcolumn { 
  	display: flex;
    flex-direction: row-reverse;
}

.title-large {
    font-size: 300%;
}

.title {
    font-size: 250%;
  	padding: 0px 0px 0px 5px;
}

/* Add a card effect for articles */
.blog-card {
  	filter: brightness(1);
  	box-sizing: border-box;
  	display: block;
  	width: 100%;
 	object-fit: cover;
  	margin-top: 50px;
    background-size: 200% 200%;
  	transition: background-position 0.5s;
}

.blog-card {
  background-image: linear-gradient(to right, #e2e0de 50%, #ffffff 0);
  background-position: right;
}

.blog-card:hover {
  background-position: left;
}

/*
.blog-card:hover {
  	/*filter: brightness(1.2);*/
	/*transition: all 0.2s;
  	background: #e2e0de;
}
*/

.card {
	color: #000000;
	height: 300px;
	overflow: hidden;
	/*filter:grayscale(100%);*/
  	filter: opacity(1);
	background-size: cover;
	/*background-color: rgba(5, 195, 222, 1);*/
   	box-sizing: border-box;
	display: block;
  	width: 100%;
  	position: static;
  	object-fit: cover;
}

#cardborder-o {
    border-top: 10px solid rgba(255, 82, 38, 1);
}
#cardborder-c {
  	border-top: 10px solid rgba(5, 195, 222, 1);
}
#cardborder-b {
    border-top: 10px solid rgba(0, 84, 134, 1);
}

.no-filter {
  filter: none !important;
  background: none !important;
}

table, th, td { 
	border-collapse: collapse;
  	height: 100%;
  	width: 100%;
}

#bg-col1 /* anpassbar, momentan: cyan rgba(5, 195, 222, 1) */{
  	background-color: rgba(5, 195, 222, 1) !important;
}
#bg-col2 /* anpassbar, momentan: lila rgba(82, 9, 117, 1) */{
  	background-color: rgba(82, 9, 117, 1) !important;
}
#bg-g1 /*hellgrau*/{
  	background-color: rgba(159, 119, 79, 0.06) !important;
}
#bg-w /*weiss*/ {
  	background-color: rgba(255, 255, 255, 1) !important;
}
#bg-b /*blau*/ {
  	/*background-color: rgba(73, 184, 215, 0.7);*/
  	background-color: rgba(0, 84, 134, 1) !important;
}
#bg-c {
  	background-color: rgba(5, 195, 222, 1) !important;
}
#bg-p /*lila*/ {
  	background-color: rgba(82, 9, 117, 1) !important;
}
#bg-o {
  	background-color: rgba(255, 82, 38, 1) !important;
}
#bg-g {
  background-color: green !important;
}
#bg-r {
  background-color: red !important;
}
#bg-g9 {
  background-color: rgba(100,100,103,1) !important;
}
#bg-grad {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
}
#bg-grad-rev {
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
}

#text-w {
  color: #fff;
}
#text-k {
  color: #000;
}
#text-c {
  color: rgba(5, 195, 222, 1);
}
#text-o {
  color: rgba(255, 82, 38, 1);
}

[class*="card-text-bg"] {
  	padding: 0px 0px 15px 0px;
  	position: relative;
  	width: 100%;
  	box-sizing: border-box;
  	display: inline-block;
    /*background-color: rgba(159, 119, 79, 0.06) !important;*/
}

.card-text-bg > h1 {
  margin: 0 0 15px 0;
}

.card-text-bg-grad /*gradient black*/ {
  	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
}
.card-text-bg-b /*blau*/ {
  	/*background-color: rgba(73, 184, 215, 0.7);*/
  	background-color: rgba(0, 84, 134, 0.7);
}
.card-text-bg-c /*cyan*/ {
  	/*background-color: rgba(214, 80, 73, 0.7);*/
  	background-color: rgba(5, 195, 222, 0.7);
}
.card-text-bg-r /*rot*/ {
  	background-color: rgba(26, 121, 144, 0.7);
}
/* Eventuell zusätzlich:
.card-text-bg-y {
  	background-color: rgba(213, 214, 73, 0.6);
}
*/

/*
.card-subhead {
	visibility: hidden;
}
*/

/* Pfeil */
  
.arrow {
	height: 80px;
    min-width: 115px;
	margin: 15px 180px 0px 15px;
  	margin-bottom: 0px;
    background-image: url(/media/ci/icons/200607_descourse_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
  	float: left;
}
.pod-arrow {
	height: 80px;
    min-width: 120px;
    margin: 15px 180px 15px 15px;
    background-image: url(/media/ci/icons/200607_descourse_pod-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
	float: left;
}
.int-arrow {
	height: 80px;
    min-width: 170px;
    margin: 15px 180px 15px 15px;
    background-image: url(/media/ci/icons/200607_descourse_int-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
  	float: left;
}
/* Content (Bilder und Text) für Blog-Beiträge */
.titleimg {
	color: #ffffff;
    padding: 50px 10% 15px 15px;
    margin-top: -15px !important;
  	margin-bottom: 5px;
    height: 300px;
    overflow: hidden;
    background-size: cover;
    background-color: rgba(5, 195, 222, 1);
}

h1 {
  	font-size: 120%;
}
h2 {
  	font-size: 120% !important;
}

h5 {
  	font-weight: lighter;
  	margin: 4px 0 4px 0 !important;
}

.text {
  	font-size: 16px;
  	line-height: 1.5;
  	padding: 4px 8px;
  	color: #000000;
  	/*color: rgba(60, 60, 60, 1);*/
    font-weight: lighter;
}
.text a:link { 
  	color:#000000;
  	text-decoration:none;
  	font-weight:normal;  
}
.text a:hover {
  	color: rgba(5, 195, 222, 1);
  	text-decoration:none;
  	font-weight:normal;
}
.text a:visited {
  	color: rgba(100, 100, 103, 1);
  	text-decoration:none;
  	font-weight:normal;
}

img {
	max-width:1200px;
    width: 100%;
  	padding 0px 0px 5px 0px;
}
.image {
	max-width:1200px;
    width: 100%;
  	padding 0px 0px 5px 0px;
}
.img-subtitle {
 	text-align: right;
  	font-size: 80%;
  	/*margin: 5px; 0px; 10px; 0px;*/
}
#quote {
    text-align: center;
  	font-size: 120% !important;
}
.contentvid {
  	margin: 10px 0px 10px 0px;
    overflow: hidden;
    background-size: cover;
    background-color: rgba(5, 195, 222, 1);
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Slider_______________________________________________________________________ */

.slider {
  background-color: rgba(5, 195, 222, 1);
  padding: 4px;
}

.slider-title {
  z-index: 1;
  position: absolute;
  top: 0;
  padding: 0 0 0 12px;
  color: #fff;
  font-size: 160%;
}

.slide-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#slider {
  height: 77vh;
  min-height: 300px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  margin-top: -15px !important;
  object-fit: cover;
  background-color: #fff;
  max-width: 2000px;
}

.slideshow-inner:hover {
  	/*filter: brightness(1.2);
  	filter: sepia(300%) hue-rotate(150deg) saturate(450%);
  	/*filter: opacity(0.85);*/
  	filter: saturate(0);
	transition: filter 0.2s;
}  

/* Next & previous buttons */
.prev-slide, .next-slide {
  cursor: pointer;
  position: absolute;
  top: 48%;
  width: auto;
  padding: 24px;
  margin-top: -22px;
  color: white;
  /*background-color: rgba(0,0,0,1);*/
  font-weight: bold;
  font-size: 26px;
  transition: 0.2s ease;
  user-select: none;
  cursor: url('media/ci/icons/201115_descourse_pointer.svg'), auto;
}

/* Position the "next button" to the right */
.next-slide {
  right: 0;
}

/* On hover, add a black background color */
.prev-slide:hover, .next-slide:hover {
  /*background-color: rgba(5, 195, 222, 1);*/
  color: rgba(5, 195, 222, 1);
}

/* Caption text */
.slide-text {
  color: #fff;
  font-size: 15px;
  bottom: 0;
  padding: 2px 12px;
  position: absolute;
  width: 100%;
  text-align: left;
  font-size: 100%;
  filter: none !important;
}

.dot-container {
	margin: 0 0 4px; 0;
  	display: block;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 2px 2px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.2s ease;
  cursor: url('media/ci/icons/201115_descourse_pointer.svg'), auto;
}

.active, .dot:hover {
  background-color: rgba(5, 195, 222, 1);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Input field _____________________________________________________________ */

input[type=text], textarea {
  width: 50%;
  background-color: #FFFFFF; /* Weiss */
  color: black;
  border: 2px solid rgba(188, 189, 188); /* Pantone Cool Gray 4 C */
  outline: none;
  font-size: 16px;
  padding: 4px;
}

input[type=text]:focus, textarea:focus {
  border: 2px solid #000000; /* Schwarz */
}

.btn/*input[type=button], input[type=submit], input[type=reset]*/ {
  display: inline-block;
  border: none;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 15px 0px 15px 0px;
  padding: 15px;
  transition: 0.2s;
  left: 0;
}

input:hover[type=button].btn:hover, input[type=submit].btn:hover, input[type=reset].btn:hover, btn:hover {
  filter: opacity(0.85);
  transition: filter 0.2s;
}

/* Button Style und Span für Transition */
.button {
  display: inline-block;
  border: none;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 15px 0px 15px 0px;
  padding: 15px;
  width: 160px;
  transition: all 0.4s;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}

.button span:after {
  content: '\203A';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.2s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button > a {
  color: #fff;
}

.button > a:hover {
  color: #fff;
}

.button > a:hover::after {
  color: #fff;
}

.btn > a {
  color: #fff;
}

.btn > a:hover {
  color: #fff;
}

.btn > a:hover::after {
  color: #fff;
}

span > a {
  color: #fff;
}

.edit-button {
  text-align: center !important;
  vertical-align: middle;
  display: inline-block;
  height: 51px !important;
}

hr {
  text-align: left;
  color: rgba(100, 100, 103, 1);
}

.comments {
  line-height:100%
}

/* Footer Vorlage für alle Seiten */
footer {
	color: #ffffff;
	display: table-row;
	text-align: center;
  	margin: 55px 0px 0px 0px;
	padding: 1px;
	font-size: 12px;
	height: 50px;
  	background-color: rgba(82, 9, 117, 1);
}

/*footer>p {
  margin: 10px 0 0 0;
}
*/

.social-container {
  display: grid;
  grid-template-columns: auto auto auto;
  width:40%;
  grid-gap: 8px;
  padding: 8px 0 16px 0;
}

.social-container > div {
  text-align: center;
  padding: 0;
}

.social-areas {
  grid-column: 1 / 4;
  height: 40px;
  width: 40px;
  background-size: cover;
}
.social-areas:hover {
  grid-column: 1 / 4;
  filter:brightness(1.2);
  transition: filter .2s;
}
footer a {
  	/*text-decoration: none;*/
  	color: #fff;
}
footer a:link {
  	text-decoration: none;
  	color: #fff;
}

footer a:hover {
  	color: rgba(5, 195, 222, 1);
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */

@media (pointer: coarse) {

.card {
	/*filter:grayscale(0%);*/
  	/*filter: saturate(1);*/
  	filter: opacity(1);
}
}

@media screen and (max-width: 576px) {
  .topnav a {
  display: none;
  }
}

@media screen and (max-width: 576px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .topnav {
  grid-area: mobile;
  display: block;
  width: 100%;
  margin: 55px 0px 0px 0px;
  }
  .icon {
  display: block;
  float: none;
  }
  .topnav.responsive .container {float: none;}
  .topnav.responsive .container {position: sticky;}
  .topnav.responsive .container .icon {
    display: block;
    width: 100%;
    text-align: center;
  }
  .logo {
    display: block;
  }
  
  input[type=text], textarea { /* Input fields width 100 % for mobile */
  width: 100%;
  }
}

/* Hide div "card-subhead" if max-width: 576px __________________________________________________ */  
  
@media only screen and (max-width: 576px) {
    
/*
.card-subhead {
  display: none;
}
*/  
  
}
  
@media only screen and (min-width: 576px) {
    
.card-subhead {
  display: inherit;
}
  
}

/*Rest Website responsive ________________________________________________________________________ */

@media only screen and (min-width: 300px){

.leftcolumn, .rightcolumn {
    width: 100%;  
}

[class*="column"] {
  	padding: 0px 0px 20px 0px;
}
  
.blog-card {
  	padding: 8px 8px 0px 8px;
}
  
.card {
	color: #ffffff;
    height: 300px;
    overflow: hidden;
    background-size: cover;
}
  
[class*="card-text-bg"] {
   	padding: 8px 10% 15px 0px;
  	box-sizing: border-box;
}
.titleimg {
	color: #ffffff;
    padding: 10px 5% 15px 15px;
    margin-top: 15px;
    height: 77vh;
    min-height: 300px;
    overflow: hidden;
    background-size: cover;
    background-color: rgba(5, 195, 222, 1);
}
.arrow, .pod-arrow, .int-arrow {
	height: 80px;
  	margin: 15px 0px 40px 15px;
}

h1 {
  	padding-top: 0;
  	font-size: 140%;
}  
  
.social-container {
    width:70%;
}
  
}  

@media only screen and (min-width: 400px){

.card {
  	color: #ffffff;
   	height: 300px;
   	overflow: hidden;
}
.arrow, .pod-arrow, .int-arrow {
	height: 80px;
  	margin: 15px 0px 60px 15px;
}
.titleimg {
	color: #ffffff;
    padding: 20px 10% 15px 15px;
    margin-top: 15px;
    overflow: hidden;
    background-size: cover;
    background-color: rgba(5, 195, 222, 1);
}
  
}  
    
@media only screen and (min-width: 576px){

.bothcolumn {
	font-size: 15px;
}
.leftcolumn, .rightcolumn {
    font-size: 15px;
}
.text {
    font-size: 15px;
    max-width: 80%;
    line-height: 1.5;
  	text-decoration: none;
  	color: #000000;
}
.slide-text {
  	font-size: 15px;
}
footer {
    font-size: 12px;
}
.card {
  	color: #ffffff;
   	height: 400px;
   	overflow: hidden;
}
.arrow, .pod-arrow, .int-arrow {
	height: 95px;
  	margin: 15px 0px 150px 15px;
}
h1 {
  	font-size: 160%;
}
.titleimg {
	min-height: 400px;
}
.social-container {
    width:40%;
}
  
}
  
@media only screen and (min-width: 768px){
  /* For desktop: */
.container a {
    font-size: 16px;
}
.logo {
    height: 40px;
}
.row {
  	text-decoration: none;
}  
.half-row {  
  	grid-template-columns: 1fr 1fr;
}   
#reg-width {
  	width: 90%;
} 
  
[class*="column"] {
	/*padding: 6px 12px 6px 12px;*/
  	padding: 6px 0px 6px 0px;
	font-size: 16px;
}  
.leftcolumn, .rightcolumn {
    /*width: 50%;*/
	grid-gap: 12px;
	font-size: 16px;
}
#leftcolumn { 
  	display: flex;
    flex-direction: row;
}
#rightcolumn { 
  	display: flex;
    flex-direction: row;
}
.bothcolumn {
	font-size: 16px;
}
  
.padding-multi-column {
padding: 0 24px 0 24px !important;
}  

/*
.blog-card {
  	padding: 0px 0px 0px 0px;
}
*/

#order-2 {
  	order: 2;
}  
footer {
	font-size: 12px;
}
.card {
  	color: #ffffff;
   	/*height: 350px;*/
   	overflow: hidden;
}
.title {
    font-size: 250%;
  	padding: 0px 6px 0px 6px;
}
/* 
.card-subhead {
visibility: visible;
}
*/  
.arrow, .pod-arrow, .int-arrow {
  	height: 120px;
  	margin: 15px 0px 0px 15px;
}
h1 {
  	font-size: 180%;
}
h2 {
  	font-size: 110%;
}
/*
.social-container {
    width: 30%;
}
*/
  
}  

@media only screen and (min-width: 992px){
  /* For desktop: */
.container a {
  	font-size: 18px;
}
[class*="column"] {
	/*padding: 10px 20px 10px 20px;*/
  	padding: 10px 0px 10px 0px;
}
.leftcolumn, .rightcolumn {
  	grid-gap: 10px;
  	font-size: 18px;
}
.bothcolumn {
  	font-size: 18px;
}
.text {
  	font-size: 18px;
  	max-width: 70%;
}
.slide-text {
  	font-size: 18px;
}
footer {
  	font-size: 14px;
}
.card {
   	color: #ffffff;
   	height: 550px;
   	overflow: hidden;
}
#slider {
  min-height: 550px;
}
.arrow, .pod-arrow, .int-arrow {
  	height: 130px;
}
h1 {
  	font-size: 200%;
}
.titleimg {
    min-height: 500px;
}

.title {
  	padding: 0px 0px 0px 0px;
}  
  
}
  
@media only screen and (min-width: 1200px){

[class*="column"] {
	/*padding: 15px 30px 15px 30px;*/
  	padding: 15px 0px 15px 0px;
}
.leftcolumn, .rightcolumn {
  	grid-gap: 15px;
}
  
#slider {
  min-height: 550px;
}

.card {
	height: 550px;
}

.title-large {
    font-size: 400%;
}

}
  
@media only screen and (min-width: 1440px){
  /* For desktop: */
.container a {
  	font-size: 18px;
}
#reg-width {
	padding: 0px 50px 0px 50px;
}
.leftcolumn, .rightcolumn {
  	grid-gap: 8px;
  	font-size: 18px;
}
.bothcolumn {
  	font-size: 18px;
}
.text {
  	font-size: 18px;
  	max-width: 75%;
}
.slide-text {
  	font-size: 18px;
}
footer {
  	font-size: 14px;
}
.card {
   	color: #ffffff;
   	height: 650px;
   	overflow: hidden;
}
#slider {
  min-height: 650px;
}
.arrow, .pod-arrow, .int-arrow {
  	height: 150px;
}
h1 {
  	font-size: 220%;
}  
.titleimg {
	min-height: 650px;
}
.social-container {
    width:20%;
}
  
@media only screen and (min-width: 1920px){
  /* For desktop: */
.container a {
  	font-size: 20px;
}
#reg-width {
  	padding: 0px 70px 0px 70px;
}
[class*="column"] {
	/*padding: 15px 24px 15px 24px;*/
  	padding: 30px 0px 30px 0px;
}
.leftcolumn, .rightcolumn {
  	grid-gap: 8px;
  	font-size: 20px;
}
.bothcolumn {
  	font-size: 20px;
}
.text {
  	font-size: 20px;
  	max-width: 65%;
}
.slide-text {
  	font-size: 20px;
}
footer {
  	font-size: 16px;
}
.card, .mySlides {
   	color: #ffffff;
   	height: 750px;
   	overflow: hidden;
}
.prev-slide, .next-slide {
  	padding: 36px;
 	margin-top: -22px;
  	font-size: 52px;
}
.arrow, .pod-arrow, .int-arrow {
  	height: 180px;
}
h1 {
  	font-size: 240%;
}  
.dot {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 24px 3px;  
}
.social-container {
    width: 15%;
}

@media only screen and (min-width: 2200px){
.mySlides {
   	height: 50vh;
}
#slider {
   	height: 50vh;
}
.titleimg {
    height: 50vh;
  	max-width: 2000px;
}
.prev-slide, .next-slide {
  	padding: 36px;
 	margin-top: -52px;
  	font-size: 72px;
}